Binance Web3 Connector JS
    Preparing search index...

    Request parameters for getAllTokenBalancesByAddress operation in WalletApi. GetAllTokenBalancesByAddressRequest

    interface GetAllTokenBalancesByAddressRequest {
        address?: string;
        chains?: string;
        excludeRiskToken?: boolean;
        nonce?: string;
        page?: number | bigint;
        pageSize?: number;
        recvWindow?: number | bigint;
    }
    Index

    Properties

    address?: string

    Wallet address to query.

    WalletApiGetAllTokenBalancesByAddress

    chains?: string

    Comma-separated list of chain identifiers.

    WalletApiGetAllTokenBalancesByAddress

    excludeRiskToken?: boolean

    Whether to exclude risk-flagged tokens.

    WalletApiGetAllTokenBalancesByAddress

    nonce?: string

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

    WalletApiGetAllTokenBalancesByAddress

    page?: number | bigint

    Page number. Defaults to 1.

    WalletApiGetAllTokenBalancesByAddress

    pageSize?: number

    Page size. Range 1–100. Defaults to 20.

    WalletApiGetAllTokenBalancesByAddress

    recvWindow?: number | bigint

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

    WalletApiGetAllTokenBalancesByAddress