Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerFundingRate

    interface IndexerServerFundingRate {
        product_id: number;
        funding_rate_x18: string;
        update_time: number;
    }
    Index

    Properties

    product_id: number
    funding_rate_x18: string
    update_time: number