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
Authorizations
API key passed as a Bearer token in the Authorization header.
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)$The ID of the blockchain
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
Media type category of the token instance animation URL
Available options:
image, video, html Media type category of the token instance image URL
Available options:
image, video, html Available options:
ERC-20, ERC-721, ERC-1155, ERC-404, ERC-7984 Pattern:
^-?([1-9][0-9]*|0)$List individual NFT instances for a token contract
Previous
List current holders of a specific NFT
Next