GET
/
v1
/
access
/
owner
/
products

Authorizations

x-api-key
string
headerrequired

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Query Parameters

wallet
string
required

The wallet address of the owner.

chain
enum<string>

The blockchain to query for NFTs. If not provided, defaults to querying all supported chains.

Available options:
ETH,
POLY,
BASE,
BASE_SEPOLIA,
ALL
page_key
string

Key for pagination of large NFT sets.

Response

200 - application/json
count
integer

The total number of owned products.

products
object[]

A list of owned products (NFTs).