Get NFTs
List NFTs.
This method will use 20 Compute Units.
Returns a list of non-fungible tokens
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}$Query parameters
account.idstringOptionalExample:
The ID of the account to return information for
{"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$limitinteger · int32 · min: 1 · max: 100OptionalDefault:
The maximum number of items to return
25Example: 2orderundefined · enumOptionalDefault:
The order in which items are listed
descExample: ascPossible values: serialnumberstringOptionalExample:
The nft serial number (64 bit type). Requires a tokenId value also be populated.
{"summary":"--","value":""}Pattern: ^((eq|gt|gte|lt|lte):)?\d{1,19}?$Responses
200
OK
application/json
400
Invalid parameter
application/json
get
/api/v1/tokens/{tokenId}/nftsLast updated
Was this helpful?