Real-time decoded data for the CreatePool instruction on the PancakeSwap program. Every time this instruction is executed on Solana, you receive the full decoded payload with 13 accounts and 2 arguments in under 50ms.
solana.pancakeswap_pancakeswap.create_poolDecoded account addresses included in every CreatePool message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| pool_creator | PublicKey | yes | yes |
| amm_config | PublicKey | - | - |
| pool_state | PublicKey | - | yes |
| token_mint0 | PublicKey | - | - |
| token_mint1 | PublicKey | - | - |
| token_vault0 | PublicKey | - | yes |
| token_vault1 | PublicKey | - | yes |
| observation_state | PublicKey | - | yes |
| tick_array_bitmap | PublicKey | - | yes |
| token_program0 | PublicKey | - | - |
| token_program1 | PublicKey | - | - |
| system_program | PublicKey | - | - |
| rent | PublicKey | - | - |
Decoded instruction arguments included in every CreatePool message.
| Name | Type |
|---|---|
| sqrt_price_x64 | u128 |
| open_time | u64 |
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.pancakeswap_pancakeswap.create_pool","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/Subscribesolana.pancakeswap_pancakeswap.close_positionsolana.pancakeswap_pancakeswap.collect_fund_feesolana.pancakeswap_pancakeswap.collect_protocol_feesolana.pancakeswap_pancakeswap.collect_remaining_rewardssolana.pancakeswap_pancakeswap.create_amm_configsolana.pancakeswap_pancakeswap.create_operation_accountThe solana.pancakeswap_pancakeswap.create_pool stream delivers decoded CreatePool instruction data from the PancakeSwap program (HpNfyc2Saw7R...) on Solana. Each message includes 13 decoded account addresses and 2 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.
Get your API key and start receiving decoded instructions in seconds.