List token owners
GET
/collection/{highlightId}/tokens/{tokenId}/owners
Get the current owners of a minted token with their balances. A single entry for ERC721 tokens; ERC1155 tokens can have many. Available for public collections without authentication.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” highlightId
required
string format: uuid
tokenId
required
string
Responses
Section titled “ Responses ”Token owners
object
owners
required
Array<object>
object
ownerAddress
required
string
balance
required
string
firstAcquiredAt
required
string
Token or collection not found