This endpoint returns list of NFTs by using different parameters.
It returns NFTs of both types - ERC721 and ERC1155.
This endpoint supports testnets. To get data for testnets use X-Env header.
NOTE: Consider all IDs as abstract strings, without making any assumptions about their format or relying on such assumptions. There is a non-zero probability that IDs may change in the future, and this should not result in any breaking changes.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Custom header that allows you to get data for testnets.
testnet 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.
"ethereum:0x932261f9fc8da46c4a22e31b45c4de60623848bf:93673,polygon:0x3d8c06e65ebf06a9d40f313a35353be06bd46038:104901"
Denominated currency value of returned prices
eth, btc, usd, eur, krw, rub, gbp, aud, cad, inr, jpy, nzd, try, zar, cny, chf Array of related resources to be included to the response (comma-separated list). This parameter corresponds to the JSON API schema.
nft_collections