| amount | string | The amount of this NFT the user owns (used by ERC1155). |
| block_number_minted | integer | The block height when the NFT was minted. May be null. |
| block_number | integer | The block height when the amount or owner changed. |
| chain | string | Chain name. One of AVALANCHE, BSC, ETH, FANTOM, or POLYGON. |
| name | string | May be null. An NFT collection name. |
| contract_type | string | The type of NFT contract standard. One of ERC721 or ERC1155. |
| last_token_uri_sync | string | When the token_uri was last updated. |
| last_metadata_sync | string | When the metadata was last updated. |
| metadata | string | The metadata of the token. May be null. |
| minter_address | string | Minter address. May be null. |
| owner_of | string | The wallet address of the owner of the NFT. |
| possible_spam | boolean | If true, the contract address has been identified as associated with spam or suspicious activities. |
| possible_phishing | boolean | If true, the token has been identified as associated with phishing, as at least one of domain fields is found in database with phishing domains. |
| symbol | string | May be null. The symbol of the NFT contract. |
| token_address | string | The address of the NFT contract. |
| token_id | string | The token ID of the NFT. |
| token_hash | string | The token hash. May be null. |
| token_uri | string | The URI to the metadata of the token. May be null. |
| token_domain | string | Token domain. May be null. |
| uri_meta | object | A standard NftMetadata object. |