👾Get an Item's Holders

Use this method to get the holders of items.

ParameterTypeRequiredDescription

perPage

number

Optional

The number of users to return

page

number

Optional

The offset for returned items. Calculated as (page - 1) * perPage

includeLIsted

Optional

f 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)boolean

Last updated