Skip to main content
GET
Get wallet NFT collections

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

Path Parameters

address
required

The web3 wallet address. Must be a valid EVM or Solana address. Returns 400 if the address is not tracked by Zerion. A wallet address, which can be either an EVM or Solana address

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x42b9df65b219b3dd36ff330a4dd8f327a6ada990"

Query Parameters

filter[chain_ids]
string[]

Keep only collections from the specified chains (comma-separated list). Available chain IDs can be found in the chains endpoint.

Maximum array length: 25
Example:
sort
enum<string>

The order of NFTs in the result.

Available options:
-max_changed_at,
min_changed_at,
total_floor_price,
-total_floor_price
Example:

"-total_floor_price"

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 NFT collections.

data
object[]
required