Pumpfun Object
The Pumpfun global object and methods.
Pumpfun Object Documentation
Methods
watchCreatePools
public async watchCreatePools(
callback: (event: PumpfunCreatePool) => void
): Promise<SubscriptionResult>pumpfun.watchCreatePools((event) => {
console.log("New pool created:", event);
});watchTrades
buyTokens
sellTokens
Types
Trade
PumpfunBuyRequest
PumpfunSellRequest
PumpfunTrade
PumpfunCreatePool
Last updated