haiku_get_tokens
Retrieve supported tokens and DeFi positions for trading, including vanilla tokens, Aave collateral/debt, yield vaults, and LP tokens. Filter by network or category (e.g., 'collateral' for Aave aTokens) to narrow results. Returns token IIDs, symbols, names, prices, and chain info for use in other tools.
Instructions
Get supported tokens and DeFi positions for trading. Includes vanilla tokens, Aave collateral/debt, yield vaults, and LP tokens. Use category filter to narrow results (e.g., 'collateral' for Aave aTokens). Returns token IIDs (unique identifiers), symbols, names, prices, and chain information. Use the IID format (chainSlug:tokenAddress) when specifying tokens in other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Filter tokens by network. Common networks: 42161 (Arbitrum), 8453 (Base), 1 (Ethereum), 137 (Polygon), 10 (Optimism), 56 (BSC) | |
| category | No | Filter by token category: 'token' (vanilla tokens), 'collateral' (Aave aTokens), 'varDebt' (Aave debt tokens), 'vault' (Yearn/Morpho vaults), 'weightedLiquidity' (Balancer LP), 'concentratedLiquidity' (Uniswap V3 LP). Omit to return all categories. |