👾Get an Item's Holders
Get an item's holders
Returns an item's holders and their balances
GET
https://api.alturanft.com/api/v2/item/holders/:address/:tokenId
Takes an address and tokenId and returns all the holders for a particular item and their balance.
Sorted by descending balance (largest holder first)
Path Parameters
Name | Type | Description |
---|---|---|
address* | String | The item's collection address |
tokenId* | Integer | The item's tokenId |
Query Parameters
Name | Type | Description |
---|---|---|
perPage | Integer | The number of users to return (default: 24) |
page | Integer | The offset for returned users. Calculated as (page - 1) * perPage (default: 1) |
includeListed | Boolean | If user's who have their item listed should be included (listed NFTs are still owned by the user, however on the blockchain they are held by a marketplace smart contract) (default: true) |
Last updated