Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerInterestFundingParams

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

    Properties

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