Skip to main content
Glama
monostate

100ms Raydium Sniper MCP

by monostate
region-manager.d.ts1.18 kB
interface SnipeResult { region: string; status: string; tokenMint: string; slippageBps: number; timestamp: string; error?: string; pools?: { amm: number; serum: number; }; txId?: string; } export declare class RegionManager { private state; private connection; private fallbackConnection; private readonly MAX_RETRIES; private readonly RETRY_DELAY; private readonly RAYDIUM_PROGRAM_ID; private readonly MIN_AMM_DATA_SIZE; private rpcConnections; private ataManager; private shyftMarket; private wsManager; constructor(state: any); initializeConnections(): Promise<void>; closeAllConnections(): Promise<void>; private withRetry; private findLiquidityPools; private getSerumMarketInfo; private combinePoolAndMarketInfo; snipeToken(tokenMint: string, slippageBps: number, regions: string[], amountSol?: number): Promise<SnipeResult[]>; getRegionStatuses(): Promise<{ region: string; status: string; latency: number; usingFallback: boolean; wsConnected: boolean; }[]>; private measureLatency; } export {};

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/monostate/100ms-SPL-Token-Sniper-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server