Binance Web3 Connector JS
    Preparing search index...

    Request parameters for getWalletSupportedChains operation in WalletApi. GetWalletSupportedChainsRequest

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

    Properties

    binanceChainId?: string

    Optional chain identifier. When set, only that chain is returned.

    WalletApiGetWalletSupportedChains

    nonce?: string

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

    WalletApiGetWalletSupportedChains

    recvWindow?: number | bigint

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

    WalletApiGetWalletSupportedChains