Ownership & Token Gating
Check ownership in NFT collection for specific token
Commonly used to verify ownership of a specific token (ERC-721 or ERC-1155) within a collection.
GET
/
v1
/
{chainName}
/
address
/
{walletAddress}
/
collection
/
{collectionContract}
/
token
/
{tokenId}
/
Credit Cost: 1 per call.
Processing: Batch
Processing: Batch
Path Parameters
chainName
string
requiredThe chain name eg: eth-mainnet
.
walletAddress
string
requiredThe requested address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
collectionContract
string
requiredThe requested collection address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
tokenId
string
requiredThe requested token ID.
Response
200 - application/json
updated_at
string
The timestamp when the response was generated. Useful to show data staleness to users.
address
string
The requested address.
collection
string
The requested collection.
is_spam
boolean
Denotes whether the token is suspected spam. Supports eth-mainnet
and matic-mainnet
.
items
object[]
List of response items.