NFTs
Get NFT Metadata
Retrieve metadata and ownership information for a specific NFT by asset ID.
GET
Get NFT Metadata
Documentation Index
Fetch the complete documentation index at: https://docs.incentiv.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
NFT asset identifier (e.g., contract address or token ID).
Response
200 - application/json
NFT metadata and ownership information.
Unique identifier for the NFT.
Name of the NFT.
Symbol of the NFT collection.
Address of the NFT creator.
Token URI pointing to metadata.
Current owner address of the NFT.
Type of the asset (e.g., 'erc721', 'erc1155').
Additional metadata for display, such as image, description, attributes.
Get NFT Metadata