coingecko_getPoolsByToken
InactiveTool of SAP MCP Server
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.
Parameters schema
{
"type": "object",
"required": [
"tokenAddress"
],
"properties": {
"page": {
"type": "number",
"description": "Page pagination control for Coingecko Get Pools By Token."
},
"network": {
"type": "string",
"description": "Network Solana network or cluster selector for Coingecko Get Pools By Token."
},
"tokenAddress": {
"type": "string",
"description": "Token contract/mint address"
}
},
"additionalProperties": false
}Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries