Retrieve detailed information about a specific NFT
tokens
Retrieve detailed information about a specific NFT
Retrieves detailed information about a specific NFT instance, identified by its token contract address and token ID.
GET
Retrieve detailed information about a specific NFT
Documentation Index
Fetch the complete documentation index at: https://blockscout-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$Token ID for ERC-721/1155/404 tokens
Pattern:
^-?([1-9][0-9]*|0)$Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Response
Detailed information about the specified NFT instance.
Example:
"https://example.com"
Example:
"https://example.com"
Pattern:
^-?([1-9][0-9]*|0)$Example:
"https://example.com"
Mime type of the media in media_url
Example:
"image/png"
Example:
"https://example.com"
Example:
{
"description": "Test",
"image": "https://example.com/image.png",
"name": "Test"
}Address
Token struct
Available options:
ERC-20, ERC-721, ERC-1155, ERC-404, ERC-7984 Pattern:
^-?([1-9][0-9]*|0)$