InstructionLIVE

PancakeSwap OpenPositionV2

Real-time decoded data for the OpenPositionV2 instruction on the PancakeSwap program. Every time this instruction is executed on Solana, you receive the full decoded payload with 22 accounts and 9 arguments in under 50ms.

Topicsolana.pancakeswap_pancakeswap.open_position_v2
22accounts
2signers
13writable
9arguments

Accounts

Decoded account addresses included in every OpenPositionV2 message.

NameTypeSignerWritable
payerPublicKeyyesyes
position_nft_ownerPublicKey--
position_nft_mintPublicKeyyesyes
position_nft_accountPublicKey-yes
metadata_accountPublicKey-yes
pool_statePublicKey-yes
protocol_positionPublicKey-yes
tick_array_lowerPublicKey-yes
tick_array_upperPublicKey-yes
personal_positionPublicKey-yes
token_account0PublicKey-yes
token_account1PublicKey-yes
token_vault0PublicKey-yes
token_vault1PublicKey-yes
rentPublicKey--
system_programPublicKey--
token_programPublicKey--
associated_token_programPublicKey--
metadata_programPublicKey--
token_program2022PublicKey--
vault0_mintPublicKey--
vault1_mintPublicKey--

Arguments

Decoded instruction arguments included in every OpenPositionV2 message.

NameType
tick_lower_indexi32
tick_upper_indexi32
tick_array_lower_start_indexi32
tick_array_upper_start_indexi32
liquidityu128
amount0_maxu64
amount1_maxu64
with_metadatabool
base_flagOption<bool>

Subscribe to OpenPositionV2

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

The solana.pancakeswap_pancakeswap.open_position_v2 stream delivers decoded OpenPositionV2 instruction data from the PancakeSwap program (HpNfyc2Saw7R...) on Solana. Each message includes 22 decoded account addresses and 9 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 PancakeSwap OpenPositionV2 data now

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