Binance Connector JS
    Preparing search index...

    Request parameters for accountFundingFlow operation in AccountApi. AccountFundingFlowRequest

    interface AccountFundingFlowRequest {
        currency: string;
        endTime?: number;
        limit?: number;
        recordId?: number;
        recvWindow?: number;
        startTime?: number;
    }
    Index

    Properties

    currency: string

    Asset type, only support USDT as of now

    AccountApiAccountFundingFlow

    endTime?: number

    End Time, e.g 1593512200000

    AccountApiAccountFundingFlow

    limit?: number

    Number of result sets returned Default:100 Max:1000

    AccountApiAccountFundingFlow

    recordId?: number

    Return the recordId and subsequent data, the latest data is returned by default, e.g 100000

    AccountApiAccountFundingFlow

    recvWindow?: number

    AccountApiAccountFundingFlow

    startTime?: number

    Start Time, e.g 1593511200000

    AccountApiAccountFundingFlow