List Liquidity Pools
list_poolsList THORChain liquidity pools with status, depths (1e8 base units), and USD asset price. Filter by pool status or by chain/asset to avoid pulling the full list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Case-insensitive filter on the pool asset. A bare chain returns that chain only (ETH matches every ETH.* pool, not BASE.ETH); a CHAIN.SYMBOL value matches by prefix, so BTC.BTC returns one pool and ETH.USDC finds the contract-suffixed pool. | |
| limit | No | Maximum number of pools to return, largest RUNE depth first. Omit to return every match. | |
| status | No | Only return pools in this state. Available pools are the tradable ones. |