Binance Connector JS
    Preparing search index...

    Interface GetC2CTradeHistoryRequest

    Request parameters for getC2CTradeHistory operation in C2CApi. GetC2CTradeHistoryRequest

    interface GetC2CTradeHistoryRequest {
        endTimestamp?: number | bigint;
        page?: number | bigint;
        recvWindow?: number | bigint;
        rows?: number | bigint;
        startTimestamp?: number | bigint;
        tradeType?: string;
    }
    Index

    Properties

    endTimestamp?: number | bigint

    C2CApiGetC2CTradeHistory

    page?: number | bigint

    Default 1

    C2CApiGetC2CTradeHistory

    recvWindow?: number | bigint

    C2CApiGetC2CTradeHistory

    rows?: number | bigint

    default 100, max 100

    C2CApiGetC2CTradeHistory

    startTimestamp?: number | bigint

    C2CApiGetC2CTradeHistory

    tradeType?: string

    BUY, SELL

    C2CApiGetC2CTradeHistory