Chains
Tokens
Prices
Token prices are included when fetching balances:For fetching prices without balances, use the GetTokenPrices API directly.
Combined Example
Build a chain/token selector with live prices:The
useAccount import below is from wagmi. Since 0xtrails@0.16.0, wagmi is opt-in — install @0xtrails/adapter-wagmi and configure wagmiAdapter to use wagmi hooks alongside Trails. See Wallet Integration.- Tokens & Chains SDK Guide — Full SDK reference
- Hooks Reference — All available hooks
- GetTokenPrices API — Fetch prices without balances