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

Function getLaunchpadDetail

common/hooks/api.ts:32–36  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

30}
31
32async function getLaunchpadDetail(url: string) {
33 const res = await fetch(url)
34 const data = await res.json()
35 return (data?.pools as PoolInfo[]) || []
36}
37
38async function getTrending(url: string) {
39 const res = await fetch(url)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected