Skip to main content

Get the NFT data by an ID

GET 

/v1/chain/core/accounts/nftdata/:nftID

Get the NFT data by an ID

Request

Path Parameters

    nftID stringrequired

    NFT ID (Hex)

Query Parameters

    block string

    Block index or trie root

Responses

Unauthorized (Wrong permissions, missing token)

Schema
    error stringrequired
    missingPermission stringrequired
Loading...