Links

Get Owners By Token Id

Get owners of a specific NFT given the contract address and token ID.
get
/api/owners/by_token
Get Owners By Token Id

Get owners of a specific NFT given the contract address and token ID.

Parameters
Query
cursor
string
The cursor returned in the previous response (used for getting the next page).
limit
integer
The desired page size of the result.
chain*
string
The chain to query
format
string
The format of the token ID
address*
string
The address
token_id*
string
The ID of the token
Responses
200: OK
Successful Response
404: Not Found
ErrorMessage
422: Unprocessable Entity
HTTPValidationError