Core Rendering
Get chain collections
Commonly used to fetch the list of NFT collections with downloaded and cached off chain data like token metadata and asset files.
GET
/
v1
/
{chainName}
/
nft
/
collections
/
Credit Cost: 0.01 per call.
Processing: Batch
Processing: Batch
Path Parameters
chainName
string
requiredThe chain name eg: eth-mainnet
.
Query Parameters
page-size
integer
Number of items per page. Omitting this parameter defaults to 100.
page-number
integer
0-indexed page number to begin pagination.
no-spam
boolean
If true
, the suspected spam tokens are removed. Supports eth-mainnet
and matic-mainnet
.
Response
200 - application/json
updated_at
string
The timestamp when the response was generated. Useful to show data staleness to users.
chain_id
integer
The requested chain ID eg: 1
.
chain_name
string
The requested chain name eg: eth-mainnet
.
items
object[]
List of response items.
pagination
object
Pagination metadata.