TokenIdentifier
The container for the identifier for the token including the unique token ID and its blockchain network.
Note
Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
Contents
- network
-
The blockchain network of the token.
Type: String
Valid Values:
ETHEREUM_MAINNET | ETHEREUM_SEPOLIA_TESTNET | BITCOIN_MAINNET | BITCOIN_TESTNET
Required: Yes
- contractAddress
-
This is the token's contract address.
Type: String
Pattern:
[-A-Za-z0-9]{13,74}
Required: No
- tokenId
-
The unique identifier of the token.
Note
For native tokens, use the 3 character abbreviation that best matches your token. For example, btc for Bitcoin, eth for Ether, etc. For all other token types you must specify the
tokenId
in the 64 character hexadecimaltokenid
format.Type: String
Pattern:
[a-zA-Z0-9]{1,66}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: