NFTs
Get token details
Gets token details for a specific token of an NFT contract.
GET
/
v1
/
chains
/
{chainId}
/
nfts
/
collections
/
{address}
/
tokens
/
{tokenId}
Authorizations
x-glacier-api-key
string
headerrequiredApi keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
chainId
string
requiredA supported evm chain id or blockchain id. Use the /chains
endpoint to get a list of supported chain ids.
address
string
requiredContract address on the relevant chain.
tokenId
string
requiredTokenId on the contract
Response
200 - application/json
address
string
requiredA wallet or contract address in mixed-case checksum encoding.
name
string
requiredThe contract name.
symbol
string
requiredThe contract symbol.
ercType
enum<string>
requiredAvailable options:
ERC-721
tokenId
string
requiredtokenUri
string
requiredmetadata
object
requiredownerAddress
string
A wallet or contract address in mixed-case checksum encoding.
Was this page helpful?