Binance Connector JS
    Preparing search index...

    Interface GetNFTWithdrawHistoryRequest

    Request parameters for getNFTWithdrawHistory operation in NFTApi. GetNFTWithdrawHistoryRequest

    interface GetNFTWithdrawHistoryRequest {
        endTime?: number;
        limit?: number;
        page?: number;
        recvWindow?: number;
        startTime?: number;
    }
    Index

    Properties

    endTime?: number

    NFTApiGetNFTWithdrawHistory

    limit?: number

    Default 50, Max 50

    NFTApiGetNFTWithdrawHistory

    page?: number

    Default 1

    NFTApiGetNFTWithdrawHistory

    recvWindow?: number

    NFTApiGetNFTWithdrawHistory

    startTime?: number

    NFTApiGetNFTWithdrawHistory