Fetching Hats
Last updated
Last updated
Get a Hat by its ID.
Arguments:
chainId
- ID of the chain to fetch from.
hatId
- ID of the Hat to fetch.
props
- Hat's properties to fetch, including the ones of nested objects. Check the type for the available properties and query filters.
Response:
Example:
Get Hats by their IDs.
Arguments:
chainId
- ID of the chain to fetch from.
hatIds
- IDs of the Hats to fetch.
Response:
Example:
A , containing the chosen properties.
props
- Hat'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.