Real-time decoded data for the OpenPosition instruction on the PancakeSwap program. Every time this instruction is executed on Solana, you receive the full decoded payload with 19 accounts and 7 arguments in under 50ms.
solana.pancakeswap_pancakeswap.open_positionDecoded account addresses included in every OpenPosition message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| payer | PublicKey | yes | yes |
| position_nft_owner | PublicKey | - | - |
| position_nft_mint | PublicKey | yes | yes |
| position_nft_account | PublicKey | - | yes |
| metadata_account | PublicKey | - | yes |
| pool_state | PublicKey | - | yes |
| protocol_position | PublicKey | - | yes |
| tick_array_lower | PublicKey | - | yes |
| tick_array_upper | PublicKey | - | yes |
| personal_position | PublicKey | - | yes |
| token_account0 | PublicKey | - | yes |
| token_account1 | PublicKey | - | yes |
| token_vault0 | PublicKey | - | yes |
| token_vault1 | PublicKey | - | yes |
| rent | PublicKey | - | - |
| system_program | PublicKey | - | - |
| token_program | PublicKey | - | - |
| associated_token_program | PublicKey | - | - |
| metadata_program | PublicKey | - | - |
Decoded instruction arguments included in every OpenPosition message.
| Name | Type |
|---|---|
| tick_lower_index | i32 |
| tick_upper_index | i32 |
| tick_array_lower_start_index | i32 |
| tick_array_upper_start_index | i32 |
| liquidity | u128 |
| amount0_max | u64 |
| amount1_max | 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.open_position","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.open_position stream delivers decoded OpenPosition instruction data from the PancakeSwap program (HpNfyc2Saw7R...) on Solana. Each message includes 19 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.
Get your API key and start receiving decoded instructions in seconds.