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
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
A supported evm chain id or blockchain id. Use the /chains
endpoint to get a list of supported chain ids.
Contract address on the relevant chain.
TokenId on the contract
Response
200 - application/json
A wallet or contract address in mixed-case checksum encoding.
The contract name.
The contract symbol.
Available options:
ERC-721
A wallet or contract address in mixed-case checksum encoding.
Was this page helpful?