@gala-chain/launchpad-mcp-server
Version:
MCP server for Gala Launchpad - 102 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks, locked token queries, composite pool data, cross-chain b
9 lines • 337 B
TypeScript
/**
* Fetch Price History Tool
*
* Queries historical token price data from DEX Backend API.
* Uses the /price-oracle/fetch-price endpoint for paginated price history retrieval.
*/
import type { MCPTool } from '../../types/mcp.js';
export declare const fetchPriceHistoryTool: MCPTool;
//# sourceMappingURL=fetchPriceHistory.d.ts.map