getPoolDetails
Get detailed information about a decentralized exchange pool by providing network and pool address. Optionally invert the price ratio.
Instructions
Get detailed info about a pool. REQUIRED: network, pool_address. OPTIONAL: inversed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | REQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana') | |
| pool_address | Yes | REQUIRED: Pool address or identifier (e.g., '0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640') | |
| inversed | No | OPTIONAL: Whether to invert the price ratio (default: false) | |
| rationale | Yes | REQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch Z"). Logged for MCP improvement, never shown to end users. No PII or secrets. See the server `instructions` field for the full convention and worked examples. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| chain | No | ||
| factory_id | No | ||
| dex_id | No | ||
| dex_name | No | ||
| created_at | No | ||
| created_at_block_number | No | ||
| fee | No | ||
| tokens | No | ||
| token_reserves | No | ||
| last_price | No | ||
| last_price_usd | No | ||
| price_time | No | ||
| price_stats | No |