Skip to main content
Package: com.coinbase.cdp.resources.solanatokenbalances

Method Details

listSolanaTokenBalances

Overload 1
Lists the token balances of a Solana address on a given network. The balances include SPL tokens and the native SOL token. The response is paginated, and by default, returns 20 balances per page. Note: This endpoint is still under development and does not yet provide strong availability or freshness guarantees. Freshness and availability of new token balances will improve over the coming weeks. Parameters: network - ListSolanaTokenBalancesNetwork address - String Returns: CompletableFuture<CdpClientHttpResponse<ListSolanaTokenBalancesResponse>> Overload 2
Lists the token balances of a Solana address on a given network. The balances include SPL tokens and the native SOL token. The response is paginated, and by default, returns 20 balances per page. Note: This endpoint is still under development and does not yet provide strong availability or freshness guarantees. Freshness and availability of new token balances will improve over the coming weeks. Parameters: network - ListSolanaTokenBalancesNetwork address - String request - ListSolanaTokenBalancesRequest Returns: CompletableFuture<CdpClientHttpResponse<ListSolanaTokenBalancesResponse>> Overload 3
Lists the token balances of a Solana address on a given network. The balances include SPL tokens and the native SOL token. The response is paginated, and by default, returns 20 balances per page. Note: This endpoint is still under development and does not yet provide strong availability or freshness guarantees. Freshness and availability of new token balances will improve over the coming weeks. Parameters: network - ListSolanaTokenBalancesNetwork address - String requestOptions - RequestOptions Returns: CompletableFuture<CdpClientHttpResponse<ListSolanaTokenBalancesResponse>> Overload 4
Lists the token balances of a Solana address on a given network. The balances include SPL tokens and the native SOL token. The response is paginated, and by default, returns 20 balances per page. Note: This endpoint is still under development and does not yet provide strong availability or freshness guarantees. Freshness and availability of new token balances will improve over the coming weeks. Parameters: network - ListSolanaTokenBalancesNetwork address - String request - ListSolanaTokenBalancesRequest requestOptions - RequestOptions Returns: CompletableFuture<CdpClientHttpResponse<ListSolanaTokenBalancesResponse>>