/api/v1/tokens/{tokenId}/nfts/{serialNumber} RPC Method
Please note that this method is currently available only on the testnet and will be accessible on the mainnet soon.
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
1curl 'https://docs-demo.hedera-mainnet.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