Contracts By Owner

This endpoint provides a list of EVM-based NFT contracts owned by an address. Only contracts that have had at least one mint occur will be returned.

📘

What's the difference between Ownership Summary by Wallet vs Contracts by Owner Endpoint?

Ownership Summary by Wallet returns the NFT contract associated with each wallet address, while the Contracts By Owner retrieves the contract linked to a specific wallet address specified through the contract owner() function.

Query Params
string
required
Defaults to ethereum

Chain(s) to query - may be comma delimited (e.g., ethereum,arbitrum)

string
required
Defaults to 0xD6507fC98605eAb8775f851c25A5E09Dc12ab7A7

Owner wallet address(es), comma-separated for multiple values (e.g., 0xa12,0xb34). Limit of 20 addresses.

string

Include the total distinct count of contracts in the response (pass count=1)

string

Used to retrieve the next page of results

int32
Defaults to 50

Limit. Defaults to 50, capped at 50.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json