Skip to main content
GET
Get wallet NFT positions

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 positions from the specified chains (comma-separated list). Available chains IDs can be found in chains endpoint.

Maximum array length: 25
Example:
filter[collections_ids]
integer<int64>[]

Keep only positions from collections with specified IDs (comma-separated list). The IDs are returned inside the 'collection' field of each NFT.

sort
enum<string>

The order of NFTs in the result.

Available options:
created_at,
-created_at,
floor_price,
-floor_price
Example:

"-floor_price"

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:
nfts,
nft_collections,
wallet_nft_collections
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
page
object

Pagination parameters

Response

Response for requested list of NFT positions.

data
object[]
required