Interest / funding

interface IndexerServerProductPayment {
    product_id: number;
    idx: string;
    timestamp: string;
    amount: string;
    balance_amount: string;
    rate_x18: string;
    oracle_price_x18: string;
    isolated: boolean;
    isolated_product_id: null | number;
}

Properties

product_id: number
idx: string
timestamp: string
amount: string
balance_amount: string
rate_x18: string
oracle_price_x18: string
isolated: boolean
isolated_product_id: null | number