Skip to main content

/api/v1/tokens/{tokenId}/nfts/{serialNumber} RPC Method

Returns information for a non-fungible token.

Updated on
Dec 18, 2024

/api/v1/tokens/{tokenId}/nfts/{serialNumber} RPC Method

Path Parameters

tokenId
string
REQUIRED
The network entity ID in the format of shard.realm.num
serialNumber
integer
REQUIRED
The nft serial number

Returns

account_id
string
The ID of the account that owns the NFT
created_timestamp
string
The timestamp when the NFT was created
delegating_spender
string
The ID of the account that has been delegated spending rights for the NFT
deleted
boolean
A boolean indicating whether the NFT has been deleted
metadata
string
The metadata associated with the NFT, encoded in Base64
modified_timestamp
string
The timestamp when the NFT was last modified
serial_number
integer
The unique serial number of the NFT
spender_id
string
The ID of the account that has been approved to spend the NFT
token_id
string
The ID of the token to which the NFT belongs
Request
1
curl 'https://docs-demo.hedera-testnet.quiknode.pro/api/v1/tokens/{tokenId}/nfts/{serialNumber}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free