Get NFTs
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns a list of non-fungible tokens
/api/v1/tokens/{tokenId}/nfts
Network entity ID in the format of shard.realm.num
0.1.2
^\d{1,10}\.\d{1,10}\.\d{1,10}$
The ID of the account to return information for
{"summary":"--","value":""}
^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$
The maximum number of items to return
2
The order in which items are listed
asc
asc
, desc
The nft serial number (64 bit type). Requires a tokenId value also be populated.
{"summary":"--","value":""}
^((eq|gt|gte|lt|lte):)?\d{1,19}?$