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
The chain name eg: eth-mainnet
.
The requested address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
The requested collection address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
The requested token ID.
Response
200 - application/json
The timestamp when the response was generated. Useful to show data staleness to users.
The requested address.
The requested collection.
Denotes whether the token is suspected spam. Supports eth-mainnet
and matic-mainnet
.
List of response items.