Coingecko Get Pools By Token
coingecko_getPoolsByTokenGet all liquidity pools for a token from CoinGecko's on-chain DEX tracker. Provide a token address to retrieve pool data for market analysis.
Instructions
Get all liquidity pools for a token from CoinGecko on-chain DEX tracker. SAP MCP context: Protocol coingecko; operation class read. Use for off-chain market data such as token prices, trending assets, token info, pools, and OHLCV. Use market data as advisory context. On-chain SAP settlement and escrow state remain authoritative for payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page pagination control for Coingecko Get Pools By Token. | |
| network | No | Network Solana network or cluster selector for Coingecko Get Pools By Token. | |
| tokenAddress | Yes | Token contract/mint address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |