Skip to main content
GET
Get list of NFTs

Authorizations

Authorization
string
header
required

To test endpoints here, paste your API key from the dashboard into the username field and leave the password empty.

Headers

X-Env
enum<string>

Custom header that allows you to get data for testnets.

Available options:
testnet

Query Parameters

filter[references]
string

Keep only NFTs matching specified references.

Reference format is chain_id:contract_address:token_id.

References should be separated by comma ,.

chain_id- ID of the chain where NFT exists, can be found in /chains endpoint.

contract_address address of the deployed contract which NFT belongs to.

token_id id of the NFT withing specified contract_address.

NOTE: parameter currently is mandatory and can not be omitted.

Example:

"ethereum:0x932261f9fc8da46c4a22e31b45c4de60623848bf:93673,polygon:0x3d8c06e65ebf06a9d40f313a35353be06bd46038:104901"

currency
enum<string>
default:usd

Denominated currency value of returned prices

Available options:
eth,
btc,
usd,
eur,
krw,
rub,
gbp,
aud,
cad,
inr,
jpy,
nzd,
try,
zar,
cny,
chf
include
enum<string>[]

Array of related resources to be included to the response (comma-separated list). This parameter corresponds to the JSON API schema.

Available options:
nft_collections

Response

Response for requested list of NFTs

data
object[]
required
included
object[]