v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get the NFT data by an ID

get/v1/chains/{chainID}/core/accounts/nftdata/{nftID}

Path parameters

chainIDstring string required

ChainID (Bech32)

nftIDstring string required

NFT ID (Hex)

Query parameters

blockstring string

Block index or trie root

Response

The NFT data

idstring string required
issuerstring string required
metadatastring string required
ownerstring string required

Example response

{
  "owner": "owner",
  "metadata": "metadata",
  "id": "id",
  "issuer": "issuer"
}