GET
/
v1
/
{chainName}
/
address
/
{walletAddress}
/
collection
/
{collectionContract}
/
Credit Cost: 1 per call.
Processing: Batch

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

walletAddress
string
required

The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

collectionContract
string
required

The requested collection address.

Query Parameters

traits-filter
string

Filters NFTs based on a specific trait. If this filter is used, the API will return all NFTs with the specified trait. Must be used with "values-filter", is case-sensitive, and requires proper URL encoding.

values-filter
string

Filters NFTs based on a specific trait value. If this filter is used, the API will return all NFTs with the specified trait value. Must be used with "traits-filter", is case-sensitive, and requires proper URL encoding.

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.