Skip to main content
GET
NFT Tokens by User
Note: The limit parameter varies by chain.

Authorizations

X-API-KEY
string
header
required

Path Parameters

chain
enum<string>
required
Available options:
ethereum,
abstract,
apechain,
arbitrum,
avalanche,
base,
berachain,
bsc,
monad,
polygon,
sei,
solana,
linea
address
string
required

Query Parameters

limit
integer
default:20

Number of items to return in a response

Required range: 1 <= x <= 200
cursor
string

Use the cursor value returned from the response to fetch the next page of results

Response

Successful Response

items
NftToken · object[] | null
cursor
string | null
error
string | null