Options for listing EVM token balances.

interface ListTokenBalancesOptions {
    address: `0x${string}`;
    network: ListEvmTokenBalancesNetwork;
    pageSize?: number;
    pageToken?: string;
}

Properties

address: `0x${string}`

The address of the account.

The network.

pageSize?: number

The page size to paginate through the token balances.

pageToken?: string

The page token to paginate through the token balances.