com.coinbase.cdp.resources.evmtokenbalances
Method Details
listEvmTokenBalances
Overload 1
base and base-sepolia networks offer:
99.5% < 2 second freshness from chain tip for new tokens on an address. 99.5% < 2 second freshness from chain tip for balance data.
Calls to the ethereum network offer:
99% < 30 second freshness from chain tip for new tokens on an address. 99% < 2 second freshness from chain tip for balance data.
Parameters:
network - ListEvmTokenBalancesNetwork
address - String
Returns:
CompletableFuture<CdpClientHttpResponse<ListEvmTokenBalancesResponse>>
Overload 2
base and base-sepolia networks offer:
99.5% < 2 second freshness from chain tip for new tokens on an address. 99.5% < 2 second freshness from chain tip for balance data.
Calls to the ethereum network offer:
99% < 30 second freshness from chain tip for new tokens on an address. 99% < 2 second freshness from chain tip for balance data.
Parameters:
network - ListEvmTokenBalancesNetwork
address - String
request - ListEvmTokenBalancesRequest
Returns:
CompletableFuture<CdpClientHttpResponse<ListEvmTokenBalancesResponse>>
Overload 3
base and base-sepolia networks offer:
99.5% < 2 second freshness from chain tip for new tokens on an address. 99.5% < 2 second freshness from chain tip for balance data.
Calls to the ethereum network offer:
99% < 30 second freshness from chain tip for new tokens on an address. 99% < 2 second freshness from chain tip for balance data.
Parameters:
network - ListEvmTokenBalancesNetwork
address - String
requestOptions - RequestOptions
Returns:
CompletableFuture<CdpClientHttpResponse<ListEvmTokenBalancesResponse>>
Overload 4
base and base-sepolia networks offer:
99.5% < 2 second freshness from chain tip for new tokens on an address. 99.5% < 2 second freshness from chain tip for balance data.
Calls to the ethereum network offer:
99% < 30 second freshness from chain tip for new tokens on an address. 99% < 2 second freshness from chain tip for balance data.
Parameters:
network - ListEvmTokenBalancesNetwork
address - String
request - ListEvmTokenBalancesRequest
requestOptions - RequestOptions
Returns:
CompletableFuture<CdpClientHttpResponse<ListEvmTokenBalancesResponse>>