List tokens by IDs
Returns the requested tokens data.
GET
TypeScript
Query Parameters
A comma separated list of NFT IDs. Up to 100 are allowed in a single request.
Page cursor to fetch
Items per page (max 100)
Required range:
1 <= x <= 100Sort by param, it can be one param or a list of params separated by comma
Available options:
collection.name, name, blockchainDescriptor Order direction, it can be ASC for ascending or DESC for descending
Available options:
DESC, ASC TypeScript