GetPumpFunNewAmmPoolStream

This channel provides information on any new Pump.fun AMM pool creation events.

Subscribe

Method

GetPumpFunNewAmmPoolStream

Parameters:

Parameter
Type
Description

-

-

-

Subscribe sample:

wscat -H "Authorization:$AUTH_HEADER" -c wss://pump-ny.solana.dex.blxrbdn.com/ws --wait 1000 --execute '{"jsonrpc": "2.0", "id": 1, "method": "subscribe", "params": [ "GetPumpFunNewAmmPoolStream", {} ]}'

Event Result Details:

Field
Type
Description

slot

int64

The slot number

creator

string

The address that created the AMM pool.

pool

string

The Pump.fun AMM pool address.

baseMint

string

The base token mint address for the pool.

quoteMint

string

The quote token mint address for the pool.

lpMint

string

The liquidity provider token mint address for the pool.

timestamp

google.protobuf.Timestamp

The timestamp of the event.

coinCreator

string

The creator address associated with the coin for this pool.

Sample event:

Last updated