Skip to main content
id
String!
required
The ID of the NFT asset (address:networkId).
address
String!
required
The contract address of the NFT collection.
tokenId
String!
required
The token ID of the NFT asset.
networkId
Int!
required
The network ID the NFT collection is deployed on.
The NFT asset media.
name
String
The name of the NFT asset.
description
String
The description of the NFT asset.
originalImage
String
The source image URI linked by smart contract metadata.
uri
String
The URI provided by the smart contract. Typically JSON that contains metadata.
The attributes for the NFT asset.
quantity
String
The number of NFT assets with the same NFT token ID. Only applicable for ERC1155 tokens.
rawAssetData
Raw NFT metadata from the smart contract.