Get NFT by Serial Number
Returns information for a non-fungible token
Path parameters
tokenIdstring · nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$serialNumberinteger · int64 · min: 1 · max: 9223372036854776000RequiredDefault:
The nft serial number
1Example: 1Responses
200
OK
application/json
account_idstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$created_timestampstring · nullableOptionalExample:
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$delegating_spenderstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$deletedbooleanOptional
whether the nft or the token it belongs to has been deleted
metadatastring · byteOptional
base64 encoded binary data
modified_timestampstring · nullableOptionalExample:
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$serial_numberinteger · int64OptionalExample:
1spenderstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$token_idstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/tokens/{tokenId}/nfts/{serialNumber}Last updated
Was this helpful?