Skip to main content

Ethereum

KeyTypeDescription
typestringThe type of token (e.g. "NFT" for non-fungible token, "FT" for fungible token, etc.)
contractstringThe unique identifier of a smart contract holding the asset
assetIdstringThe unique identifier of the asset class that the token belongs to
tokenIdstringThe unique identifier of the specific token instance
standardstringThe ERC standard that the token complies with, if applicable
"ethereum":{
"type": "NFT",
"contract": "0xABC",
"assetId": "xyz456",
"tokenId": "abc123",
"standard": "ERC-721"
}