MCPcopy Create free account
hub / github.com/evolify/dumpfun / PoolInfo

Interface PoolInfo

common/types.ts:104–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104export interface PoolInfo {
105 baseAsset: TokenInfo
106 id: string
107 createdAt: string
108 chain: string
109 liquidity: number
110 dex: string
111 quoteAsset: string
112 type: string
113 updatedAt: string
114 volume24h: number
115 latest?: boolean
116}
117
118export interface Holder {
119 address: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected