InstructionLIVE

PumpSwap CreatePool

Real-time decoded data for the CreatePool instruction on the PumpSwap program. Every time this instruction is executed on Solana, you receive the full decoded payload with 18 accounts and 6 arguments in under 50ms.

Topicsolana.pump_swaps.create_pool
18accounts
1signers
8writable
6arguments

Accounts

Decoded account addresses included in every CreatePool message.

NameTypeSignerWritable
poolPublicKey-yes
global_configPublicKey--
creatorPublicKeyyesyes
base_mintPublicKey--
quote_mintPublicKey--
lp_mintPublicKey-yes
user_base_token_accountPublicKey-yes
user_quote_token_accountPublicKey-yes
user_pool_token_accountPublicKey-yes
pool_base_token_accountPublicKey-yes
pool_quote_token_accountPublicKey-yes
system_programPublicKey--
token2022_programPublicKey--
base_token_programPublicKey--
quote_token_programPublicKey--
associated_token_programPublicKey--
event_authorityPublicKey--
programPublicKey--

Arguments

Decoded instruction arguments included in every CreatePool message.

NameType
indexu16
base_amount_inu64
quote_amount_inu64
coin_creatorPublicKey
is_mayhem_modebool
is_cashback_coinbool

Subscribe to CreatePool

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","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.pump_swaps.create_pool stream delivers decoded CreatePool instruction data from the PumpSwap program (pAMMBay6oceH...) on Solana. Each message includes 18 decoded account addresses and 6 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.

Stream PumpSwap CreatePool data now

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