Binance Connector JS
    Preparing search index...

    Request parameters for withdrawHistoryV1 operation in TravelRuleApi. WithdrawHistoryV1Request

    interface WithdrawHistoryV1Request {
        coin?: string;
        endTime?: number;
        limit?: number;
        network?: string;
        offset?: number;
        recvWindow?: number;
        startTime?: number;
        travelRuleStatus?: number;
        trId?: string;
        txId?: string;
        withdrawOrderId?: string;
    }
    Index

    Properties

    coin?: string

    TravelRuleApiWithdrawHistoryV1

    endTime?: number

    TravelRuleApiWithdrawHistoryV1

    limit?: number

    min 7, max 30, default 7

    TravelRuleApiWithdrawHistoryV1

    network?: string

    TravelRuleApiWithdrawHistoryV1

    offset?: number

    Default: 0

    TravelRuleApiWithdrawHistoryV1

    recvWindow?: number

    TravelRuleApiWithdrawHistoryV1

    startTime?: number

    TravelRuleApiWithdrawHistoryV1

    travelRuleStatus?: number

    0:Completed,1:Pending,2:Failed

    TravelRuleApiWithdrawHistoryV1

    trId?: string

    Comma(,) separated list of travel rule record Ids.

    TravelRuleApiWithdrawHistoryV1

    txId?: string

    TravelRuleApiWithdrawHistoryV1

    withdrawOrderId?: string

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

    TravelRuleApiWithdrawHistoryV1