Binance Web3 Connector JS
    Preparing search index...

    Request parameters for getTransactionsByAddress operation in WalletApi. GetTransactionsByAddressRequest

    interface GetTransactionsByAddressRequest {
        address: string;
        begin?: number | bigint;
        chains: string;
        cursor?: string;
        end?: number | bigint;
        limit?: number;
        nonce?: string;
        recvWindow?: number | bigint;
        tokenContractAddress?: string;
    }
    Index

    Properties

    address: string

    Wallet address to query.

    WalletApiGetTransactionsByAddress

    begin?: number | bigint

    Optional start timestamp (Unix milliseconds, inclusive).

    WalletApiGetTransactionsByAddress

    chains: string

    Comma-separated list of chain identifiers.

    WalletApiGetTransactionsByAddress

    cursor?: string

    Pagination cursor returned by the previous page.

    WalletApiGetTransactionsByAddress

    end?: number | bigint

    Optional end timestamp (Unix milliseconds, inclusive).

    WalletApiGetTransactionsByAddress

    limit?: number

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

    WalletApiGetTransactionsByAddress

    nonce?: string

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

    WalletApiGetTransactionsByAddress

    recvWindow?: number | bigint

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

    WalletApiGetTransactionsByAddress

    tokenContractAddress?: string

    Optional token contract address filter.

    WalletApiGetTransactionsByAddress