UNPKG

@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

19 lines 598 B
/** * DEX Volume Summary MCP Tools * * MCP tool for fetching DEX aggregated volume summary with trend metrics. * Provides access to platform-wide trading volume statistics. */ import type { MCPTool } from '../../types/mcp.js'; /** * Fetch DEX aggregated volume summary tool * * Returns platform-wide trading volume statistics with 1-day, 7-day, * and 30-day comparisons and percentage changes. */ export declare const fetchDexAggregatedVolumeSummaryTool: MCPTool; /** * Export all volume summary tools */ export declare const volumeTools: MCPTool[]; //# sourceMappingURL=volume.d.ts.map