InstructionLIVE

BonkSwap CreatePool

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

Topicsolana.bonkswap_bonkswap.create_pool
14accounts
3signers
6writable
7arguments

Accounts

Decoded account addresses included in every CreatePool message.

NameTypeSignerWritable
statePublicKey--
poolPublicKey-yes
token_xPublicKey--
token_yPublicKey--
pool_x_accountPublicKeyyesyes
pool_y_accountPublicKeyyesyes
admin_x_accountPublicKey-yes
admin_y_accountPublicKey-yes
adminPublicKeyyesyes
project_ownerPublicKey--
program_authorityPublicKey--
system_programPublicKey--
token_programPublicKey--
rentPublicKey--

Arguments

Decoded instruction arguments included in every CreatePool message.

NameType
lp_feestruct { v: u128 }
buyback_feestruct { v: u128 }
project_feestruct { v: u128 }
mercanti_feestruct { v: u128 }
initial_token_xstruct { v: u64 }
initial_token_ystruct { v: u64 }
bumpu8

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

The solana.bonkswap_bonkswap.create_pool stream delivers decoded CreatePool instruction data from the BonkSwap program (BSwp6bEBihVL...) on Solana. Each message includes 14 decoded account addresses and 7 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 BonkSwap CreatePool data now

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