Backend-owned connected wallet balance lookup for money-movement UX.
TheDocumentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
v2.wallets.balances procedure returns a normalized, priced balance view for
the active connected wallet session. It is intended for product UX surfaces such
as deposit asset pickers, Max and percentage shortcuts, USD estimates, and
disabled states.
POST /v1/trpcv2.wallets.balancesaddress is optional when the active wallet session already resolves an EVM
wallet address.address must match the active wallet session. The procedure
must not be used as a generic wallet-balance oracle.assetIds must be CAIP asset ids from Glider’s supported asset universe.chainIds optionally narrows the lookup to one or more EIP-155 chains.INVALID_ASSET_ID: the supplied asset id could not be parsed.MISSING_ASSET: the asset is not in the supported asset universe.BLOCKLISTED_ASSET: the asset is blocklisted and should not be offered.UNSUPPORTED_CHAIN: the asset is not currently readable through the connected
wallet balance service.RPC_ERROR: backend balance reading failed for a chain.MISSING_PRICE: the balance was readable, but no USD price was available.