TokenBalance
A single token balance entry.
Contents
- amount
-
Raw balance in the smallest denomination (e.g., USDC base units where 1 USDC = 1000000).
Type: String
Required: Yes
- chain
-
The specific blockchain chain.
Type: String
Valid Values:
BASE | BASE_SEPOLIA | ETHEREUM | SOLANA | SOLANA_DEVNETRequired: Yes
- decimals
-
Number of decimal places for the token (e.g., 6 for USDC).
Type: Integer
Required: Yes
- network
-
The blockchain network family (ETHEREUM or SOLANA).
Type: String
Valid Values:
ETHEREUM | SOLANARequired: Yes
- token
-
The supported token for this balance.
Type: String
Valid Values:
USDCRequired: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: