UNPKG

python-proxy-scraper-client

Version:

A TypeScript client for interacting with a Python proxy scraper service

24 lines (23 loc) 547 B
export interface PumpSwapPoolResponse { address: string; slotIndexId: string; tx: string; timestamp: string; pairKey: string; baseMint: string; quoteMint: string; baseMintDecimals: number; quoteMintDecimals: number; lpMint: string; creator: string; poolBump: number; poolIndex: number; baseReserves: string; quoteReserves: string; lpSupply: string; liquidityUSD: string; createdAt: string; updatedAt: string; updatedBySlotIndexId: string; isCanonical: boolean; }