Owners by NFT

This endpoint is commonly used to pass a chain, contract address, and token_id and get the full list of wallets owning this NFT. The number of owners may be more than 1 in the case of ERC-1155 tokens, or 0 for burned tokens.
This endpoint is paginated to 1,000 items per response
On Solana, provide the chain and contract address, and a token ID of 0
Path Params
string
enum
required
Defaults to ethereum

Name of the chain (e.g., ethereum)

string
required
Defaults to 0x8a90cab2b38dba80c64b7734e58ee1db38b8992e

Address of the NFT contract

string
required
Defaults to 9541

Token ID of the given NFT. For Solana and Bitcoin, this can be omitted or set to 0.

Query Params
string
enum

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

Allowed:
string

Used to retrieve the next page of results

int32
Defaults to 50

Change the default page limit.

Responses

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