dragonswap_get_pool_info
Retrieve detailed information about a DragonSwap V3 liquidity pool, including liquidity, price, and fee tier, for a specified token pair on the KAIA network.
Instructions
Get detailed information about a DragonSwap V3 pool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token0 | Yes | First token address or symbol (e.g., 'KAIA', 'USDT', '0x1234...') | |
| token1 | Yes | Second token address or symbol (e.g., 'KAIA', 'USDT', '0x1234...') | |
| fee | No | Fee tier in basis points (100=0.01%, 500=0.05%, 1000=0.1%, 3000=0.3%, 10000=1%) |