Skip to content

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.

highlightId
required
string format: uuid
/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/
tokenId
required
string
>= 1 characters

Token owners

object
owners
required
Array<object>
object
ownerAddress
required
string
balance
required
string
firstAcquiredAt
required
string

Token or collection not found