Get <NFT Details> Interface
Return the ID in the list through the <Top NFT Collection> Interface to obtain the details of a single NFT, and return the basic information of the NFT as well as price, features, etc.
Request Address: /api/v2/meta/getNftDetail
Request Method: GET
Request Parameters:
id
NFT ID
string
contractAddress
Contract Address of the NFT
string
tokenId
NFT Token ID
string
Output Parameters: Object
contractAddress
Contract Address of the NFT Collection
string
contractUrl
Contract Url Address
string
tokenId
Token ID
integer
imageUrl
NFT Image Url Address
string
mainnet
Mainnet Name
string
nftName
NFT Name
string
ownerAddress
Holder's Contract Address
string
ownerImage
Holder Profile Photo
string
ownerUrl
Holder Url Address
string
creatorAddress
Creator's Contract Addr
string
creatorImage
Creator Profile Photo
string
creatorUrl
Creator Url Address
string
rarityRank
Rarity Ranking of the NFT
integer
schemaName
Protocol Name
string
collections
Collection Details
object
traits
Rarity Ranking List
array
supportsWyvem
Whether supported in Opensea
boolean
Collections Field
name
Collection Name
string
imageUrl
Collection Image Url Address
string
description
Collection Details
string
Traits Field
trait_type
Trait Type
string
trait_value
Trait Value
string
trait_count
Number of Traits an NFT has
integer
percent
Percentage of Traits Among the Collection
integer
Output example:
Last updated