Skip to main content

Get owners of an NFT

API Deprecation Notice

This API endpoint will be deprecated by the end of Q1 2025 as part of Skynet sunsetting. Please migrate to the Moralis alternative: Get NFT owners by token ID

GET 

/collections/:contractAddress/tokens/:tokenId/owners

For usage instructions, see Check NFT owners

Request

Path Parameters

    contractAddress stringrequired

    ContractAddress address. Example: 0x32950db2a7164ae833121501c797d79e7b79d74c

    tokenId stringrequired

    TokenId

Query Parameters

    limit integer

    Paging limit

    cursor string

    Paging cursor

Responses

OK
Schema

    result

    object

    items

    object[]

  • Array [

  • address string
    balance string
  • ]

  • paging

    object

    nextCursor string
Loading...