Access
Check if user owns a product
Checks whether the specified wallet is the owner of a product associated with a given address and, optionally, a specific token ID.
GET
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
The wallet address of the user to check ownership for.
The contract address of the NFT collection to check against.
Optional specific token ID to check ownership for. If not provided, the check is for any NFT from the collection.
Required range:
x > 1
The blockchain network where the NFT resides. Defaults to BASE
if not specified.
Available options:
ETH
, POLY
, BASE
, BASE_SEPOLIA
, ALL
Response
200 - application/json
Indicates whether the user is the owner of the NFT(s).