Binance Connector JS
    Preparing search index...

    Request parameters for accountBlockTradeList operation in MarketMakerBlockTradeApi. AccountBlockTradeListRequest

    interface AccountBlockTradeListRequest {
        endTime?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        underlying?: string;
    }
    Index

    Properties

    endTime?: number | bigint

    End Time, e.g 1593512200000

    MarketMakerBlockTradeApiAccountBlockTradeList

    recvWindow?: number | bigint

    MarketMakerBlockTradeApiAccountBlockTradeList

    startTime?: number | bigint

    Start Time, e.g 1593511200000

    MarketMakerBlockTradeApiAccountBlockTradeList

    underlying?: string

    underlying, e.g BTCUSDT

    MarketMakerBlockTradeApiAccountBlockTradeList