Logo
Fireblocks API Documentation

List tokens by IDs

GET {{baseUrl}}/nfts/tokens?ids=<string>

Returns the requested tokens data.

 

Body PARAM

Key Datatype Required Description 
ids
string (Required) A comma separated list of NFT IDs. Up to 100 are allowed in a single request.
pageCursor
string Page cursor to fetch
pageSize
string Items per page (max 100)
sort
string Sort by param, it can be one param or a list of params separated by comma
sort
string Sort by param, it can be one param or a list of params separated by comma
order
string Order direction, it can be `ASC` for ascending or `DESC` for descending



HEADERS

Key Datatype Required Description 
Accept
string
Curl
curl -X GET 'https://api.fireblocks.io/v1/nfts/tokens?ids=<string>?ids=<string>&pageCursor=<string>&pageSize=<number>&sort=blockchainDescriptor&sort=collection.name&order=ASC' -H 'Accept: application/json'

ENDPOINTS