InstructionLIVE

Raydium CLMM OpenPosition

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

Topicsolana.raydium_clmm.open_position
19accounts
2signers
13writable
7arguments

Accounts

Decoded account addresses included in every OpenPosition 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--

Arguments

Decoded instruction arguments included in every OpenPosition message.

NameType
tick_lower_indexi32
tick_upper_indexi32
tick_array_lower_start_indexi32
tick_array_upper_start_indexi32
liquidityu128
amount0_maxu64
amount1_maxu64

Subscribe to OpenPosition

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

The solana.raydium_clmm.open_position stream delivers decoded OpenPosition instruction data from the Raydium CLMM program (CAMMCzo5YL8w...) 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.

Stream Raydium CLMM OpenPosition data now

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