For the complete documentation index, see llms.txt. This page is also available as Markdown.

Returns NFT as per Serial No.

Get NFT

get

Returns NFT

Path parameters
tokenIdstringRequired

Token identifier

Example: 0.0.1960
serialNumberstringRequired

Serial number

Example: 1
Responses
200

NFT details

application/json
idstringRequired

Message identifier

Example: 1706823227.586179534
historyobject[]Required

NFT transaction history

Example: [{"consensus_timestamp":"1707292471.903596642","nonce":0,"transaction_id":"0.0.1533323-1707292459-175375906","type":"CRYPTOTRANSFER","is_approval":false,"receiver_account_id":"0.0.1842221","sender_account_id":"0.0.1533323"},{"consensus_timestamp":"1707292470.199625477","nonce":0,"transaction_id":"0.0.1533323-1707292458-093221893","type":"TOKENMINT","is_approval":false,"receiver_account_id":"0.0.1533323","sender_account_id":null}]
get
/entities/nfts/{tokenId}/{serialNumber}

Was this helpful?