home/program-streams/pump_swaps/create_pool_event
EventLIVE

PumpSwap CreatePoolEvent

Real-time decoded data for the CreatePoolEvent event on the PumpSwap program. Every time this event is emitted on Solana, you receive 21 decoded fields in under 50ms.

Topicsolana.pump_swaps.create_pool_event
21fields

Event Fields

Decoded fields included in every CreatePoolEvent event message.

FieldType
timestampi64
indexu16
creatorPublicKey
base_mintPublicKey
quote_mintPublicKey
base_mint_decimalsu8
quote_mint_decimalsu8
base_amount_inu64
quote_amount_inu64
pool_base_amountu64
pool_quote_amountu64
minimum_liquidityu64
initial_liquidityu64
lp_token_amount_outu64
pool_bumpu8
poolPublicKey
lp_mintPublicKey
user_base_token_accountPublicKey
user_quote_token_accountPublicKey
coin_creatorPublicKey
is_mayhem_modebool

Subscribe to CreatePoolEvent

Connect and start receiving decoded data in seconds.

grpcurl -plaintext \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.pump_swaps.create_pool_event","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.pump_swaps.create_pool_event stream delivers decoded CreatePoolEvent event data from the PumpSwap program (pAMMBay6oceH...) on Solana. Each message includes 21 decoded event fields, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.

Stream PumpSwap CreatePoolEvent data now

Get your API key and start receiving decoded events in seconds.