GET
/
api
/
v1
/
developer
/
nfts
/
collections
/
{chain}
curl --request GET \
  --url https://api.allium.so/api/v1/developer/nfts/collections/{chain} \
  --header 'X-API-KEY: <api-key>'
{
  "items": [
    {}
  ],
  "cursor": "<string>",
  "error": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Headers

x-allium-team-id
string

Path Parameters

chain
enum<string>
required
Available options:
ethereum,
abstract,
apechain,
arbitrum,
arbitrum-nova,
avalanche,
base,
optimism,
polygon,
shape,
soneium,
xai,
zero,
zora,
solana

Query Parameters

contract_addresses
string[]

Addresses of the NFT Contracts to fetch Collections for. This is used for EVM chains.

collection_symbols
string[]

Collection Symbols of the Solana NFT Collections to fetch. This is only used for Solana.

Response

200
application/json
Successful Response
items
object[] | null
cursor
string | null
error
string | null