Binance Connector JS
    Preparing search index...

    Request parameters for withdrawHistory operation in CapitalApi. WithdrawHistoryRequest

    interface WithdrawHistoryRequest {
        coin?: string;
        endTime?: number | bigint;
        idList?: string;
        limit?: number | bigint;
        offset?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        status?: number | bigint;
        withdrawOrderId?: string;
    }
    Index

    Properties

    coin?: string

    CapitalApiWithdrawHistory

    endTime?: number | bigint

    CapitalApiWithdrawHistory

    idList?: string

    id list returned in the response of POST /sapi/v1/capital/withdraw/apply, separated by ,

    CapitalApiWithdrawHistory

    limit?: number | bigint

    min 7, max 30, default 7

    CapitalApiWithdrawHistory

    offset?: number | bigint

    Default: 0

    CapitalApiWithdrawHistory

    recvWindow?: number | bigint

    CapitalApiWithdrawHistory

    startTime?: number | bigint

    CapitalApiWithdrawHistory

    status?: number | bigint

    0(0:Email Sent, 2:Awaiting Approval 3:Rejected 4:Processing 6:Completed)

    CapitalApiWithdrawHistory

    withdrawOrderId?: string

    client side id for withdrawal, if provided in POST /sapi/v1/capital/withdraw/apply, can be used here for query.

    CapitalApiWithdrawHistory