dex-mcp
Version:
Model Context Protocol server for accessing DEX pool data from Permaswap and Botega on AO network
8 lines • 330 B
TypeScript
import { Pool } from "./types.js";
export declare function getAllPools(): Promise<Pool[]>;
export declare function getPoolInfo(poolId: string): Promise<{
name: string;
value: string;
}[]>;
export declare function getBestStake(tokenXProcess: string, tokenYProcess: string): Promise<any>;
//# sourceMappingURL=pools.d.ts.map