Real-time decoded data for the LockClmmPosition instruction on the Raydium Liquidity Locking program. Every time this instruction is executed on Solana, you receive the full decoded payload with 18 accounts and 1 arguments in under 50ms.
solana.raydium_liquidity_locking.lock_clmm_positionDecoded account addresses included in every LockClmmPosition message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| authority | PublicKey | - | - |
| payer | PublicKey | yes | yes |
| position_nft_owner | PublicKey | yes | - |
| fee_nft_owner | PublicKey | - | - |
| position_nft_account | PublicKey | - | yes |
| personal_position | PublicKey | - | - |
| position_nft_mint | PublicKey | - | - |
| locked_nft_account | PublicKey | - | yes |
| locked_position | PublicKey | - | yes |
| fee_nft_mint | PublicKey | yes | yes |
| fee_nft_account | PublicKey | - | yes |
| metadata_account | PublicKey | - | yes |
| metadata_program | PublicKey | - | - |
| associated_token_program | PublicKey | - | - |
| rent | PublicKey | - | - |
| fee_nft_token_program | PublicKey | - | - |
| locked_nft_token_program | PublicKey | - | - |
| system_program | PublicKey | - | - |
Decoded instruction arguments included in every LockClmmPosition message.
| Name | Type |
|---|---|
| with_metadata | bool |
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_liquidity_locking.lock_clmm_position","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.raydium_liquidity_locking.lock_clmm_position stream delivers decoded LockClmmPosition instruction data from the Raydium Liquidity Locking program (LockrWmn6K5t...) on Solana. Each message includes 18 decoded account addresses and 1 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.