Fetching Wearers
Last updated
Last updated
Get a Wearer by its address.
Arguments:
chainId
- ID of the chain to fetch from.
wearerAddress
- Wearer's address.
props
- Wearer's properties to fetch, including the ones of nested objects. Check the type for the available properties and query filters.
Response:
Example:
Paginate over the Wearers of a Hat.
Arguments:
chainId
- ID of the chain to fetch from.
hatId
- ID of the hat of which wearers to fetch.
page
- Number of page to fetch.
perPage
- Number of Wearers to fetch in each page.
Response:
Example:
A , containing the chosen properties.
props
- Wearer's properties to fetch, including the ones of nested objects. Check the type for the available properties and query filters.
An array of , containing the chosen properties.