GET
/
v1
/
access
/
owner

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 user to check ownership for.

address
string
required

The contract address of the NFT collection to check against.

token_id
integer

Optional specific token ID to check ownership for. If not provided, the check is for any NFT from the collection.

chain
enum<string>

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
is_owner
boolean

Indicates whether the user is the owner of the NFT(s).