NFTs
Get token details
Gets token details for a specific token of an NFT contract.
GET
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
Successful response
A wallet or contract address in mixed-case checksum encoding.
Example:
"0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
The contract name.
Example:
"Wrapped AVAX"
The contract symbol.
Example:
"WAVAX"
Available options:
ERC-721
A wallet or contract address in mixed-case checksum encoding.
Example:
"0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
Was this page helpful?