Glacier Hooks
Hooks for interacting with Glacier API and blockchain data.
Glacier Hooks
BuilderKit provides hooks for interacting with the Glacier API, which provides blockchain data and token information.
useGlacier
The useGlacier
hook provides functions for accessing chain information and token balances through Glacier.
Available Functions
getChainInformation(chain_id: number)
: Get detailed information about a chainlistErc20Balances(chain_id: number, address: string)
: Get all ERC20 token balances for an address