The primary object of the Aspect API is an Asset, which is an NFT (ERC721 or ERC1155). The following are the fields in the object of the response, or as a list of objects.
Field | Description | Type |
---|---|---|
contract_address | contract address of the asset | hex string |
token_id | token id of the NFT | string |
name | name of the NFT from metadata | string, null |
description | description of the NFT from metadata | string, null |
token_uri | token URI of the NFT | string, null |
image_uri | image URI of the NFT | string, null |
image_blur_hash | blur hash of the image | string, null |
image_url_copy | cached image URL for the NFT | string, null |
image_small_url_copy | cached image URL for the NFT, resized to 256 | string, null |
image_medium_url_copy | cached image URL for the NFT, resized to 896 | string, null |
animation_uri | animation URI of the NFT | string, null |
external_uri | external URI of the NFT | string, null |
attributes | attributes of the NFT | json, null |
contract | contract data that this NFT belongs to | Contract Object |
owner | nft owner | json, null |
aspect_link | link to the aspect page for this asset | string |