Access
Get products owned by a user
Retrieves a list of products owned by a specific user across collections. Results can be filtered by blockchain network and are paginated for larger sets.
GET
/
v1
/
access
/
owner
/
products
Authorizations
x-api-key
string
headerrequiredThe API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
wallet
string
requiredThe 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).