GET
/
nfts
/
{assetId}
Get NFT Metadata
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": {}
}

Path Parameters

assetId
string
required

NFT asset identifier (e.g., contract address or token ID).

Response

200 - application/json

NFT metadata and ownership information.

The response is of type object.