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

Function getHolders

common/utils/api.ts:49–53  ·  view source on GitHub ↗
(addr: string)

Source from the content-addressed store, hash-verified

47}
48
49export async function getHolders(addr: string) {
50 const res = await fetch(`${HoldersUrlBase}/${addr}`, options)
51 const data = await res.json()
52 return data
53}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected