Query NFT and metadata info

Query NFT and metadata info of the address

get
Field Name Meaning
id Unique identifier composed of the contract address and Token ID, uniquely identifying the NFT.
tokenId The unique identifier of the NFT, typically a large number generated by the blockchain to distinguish individual NFTs.
chainId The ID of the blockchain where the NFT resides, indicating which chain the NFT is transacted on.
level Represents the level of the NFT (1-5).
tokenURI URL pointing to the metadata of the NFT, containing details like name, description, image, and more.
price Current price of the NFT (denominated in the blockchain's native token).
priceStartTime Timestamp (in seconds) when the NFT price started to take effect.
priceEndTime Timestamp (in seconds) when the NFT price ceased to take effect.
isBurn Indicates whether the NFT has been burned (0 = not burned, 1 = burned).
transactionCount Number of transactions involving the NFT.
createTime Timestamp (in seconds) when the NFT was created.
updateTime Timestamp (in seconds) of the most recent update to the NFT.
mintTime Timestamp (in seconds) when the NFT was minted.
minterAddress Wallet address of the minter who created the NFT.
ownerId Wallet address of the current owner of the NFT.
contractAddress Smart contract address to which the NFT belongs.
name Name of the NFT, often a unique string or identifier.
description Description of the NFT.
external_url External URL pointing to more information or functionality related to the NFT.
animation_url URL for animated content of the NFT, typically used to showcase dynamic assets.
image URL pointing to the NFT's image, used for displaying the visual representation of the NFT.
iframe_url Embedded URL used to showcase the NFT's content.
attributes List of attributes of the NFT, where each attribute contains traitType (type of attribute) and value (attribute value).
traitType Type of attribute, such as "bag," "body," or "glass," representing specific appearance or characteristics of the NFT.
value Specific value of the attribute, such as "Yellow Suitcase," indicating the color and type of the bag attribute.
Query parameters
chainIdstringRequiredExample: {{chainId}}
tokenIdstringRequiredExample: 57896044618658097711785492504343953926634992332899510182243056341550108770305
pageNumstringRequiredExample: 1
pageSizestringRequiredExample: 3
contractAddressstringRequiredExample: 0x0814342623414e8EF5Fa2C3092A1bAaF14705f1A
Responses
200Success
application/json
get
/api/nft/
200Success

Was this helpful?