Real-time decoded data for the LockCpLiquidity instruction on the Raydium Liquidity Locking program. Every time this instruction is executed on Solana, you receive the full decoded payload with 19 accounts and 2 arguments in under 50ms.
solana.raydium_liquidity_locking.lock_cp_liquidityDecoded account addresses included in every LockCpLiquidity message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| authority | PublicKey | - | - |
| payer | PublicKey | yes | yes |
| liquidity_owner | PublicKey | yes | - |
| fee_nft_owner | PublicKey | - | - |
| fee_nft_mint | PublicKey | yes | yes |
| fee_nft_account | PublicKey | - | yes |
| pool_state | PublicKey | - | - |
| locked_liquidity | PublicKey | - | yes |
| lp_mint | PublicKey | - | - |
| liquidity_owner_lp | PublicKey | - | yes |
| locked_lp_vault | PublicKey | - | yes |
| token0_vault | PublicKey | - | yes |
| token1_vault | PublicKey | - | yes |
| metadata_account | PublicKey | - | yes |
| rent | PublicKey | - | - |
| system_program | PublicKey | - | - |
| token_program | PublicKey | - | - |
| associated_token_program | PublicKey | - | - |
| metadata_program | PublicKey | - | - |
Decoded instruction arguments included in every LockCpLiquidity message.
| Name | Type |
|---|---|
| lp_amount | u64 |
| 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_cp_liquidity","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.raydium_liquidity_locking.lock_cp_liquidity stream delivers decoded LockCpLiquidity instruction data from the Raydium Liquidity Locking program (LockrWmn6K5t...) on Solana. Each message includes 19 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.