Development
Retrieve metadata and ownership information for a specific NFT by asset ID.
cURL
curl --request GET \ --url https://indexer.testnet.incentiv.net/api/nfts/{assetId}
{ "assetId": "<string>", "name": "<string>", "symbol": "<string>", "creator": "<string>", "uri": "<string>", "owner": "<string>", "type": "<string>", "metadata": {} }
NFT asset identifier (e.g., contract address or token ID).
NFT metadata and ownership information.
The response is of type object.
object