Binance Web3 Connector JS
    Preparing search index...

    Request parameters for getAggregatorSupportedChains operation in TradingApi. GetAggregatorSupportedChainsRequest

    interface GetAggregatorSupportedChainsRequest {
        binanceChainId?: string;
        nonce?: string;
        recvWindow?: number | bigint;
    }
    Index

    Properties

    binanceChainId?: string

    Optional chain identifier (e.g. "1"=Ethereum, "56"=BSC, "CT_501"=Solana). When set, only that chain is returned.

    TradingApiGetAggregatorSupportedChains

    nonce?: string

    Unique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.

    TradingApiGetAggregatorSupportedChains

    recvWindow?: number | bigint

    Allowed time deviation in milliseconds (default: 5000, max: 60000).

    TradingApiGetAggregatorSupportedChains