interface IndexerServerInterestFundingParams {
    subaccount: string;
    product_ids: number[];
    max_idx?: string;
    limit: number;
}

Properties

subaccount: string
product_ids: number[]
max_idx?: string
limit: number