Real-time decoded data for the CollectCpFees 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.collect_cp_feesDecoded account addresses included in every CollectCpFees message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| authority | PublicKey | - | - |
| fee_nft_owner | PublicKey | yes | - |
| fee_nft_account | PublicKey | - | - |
| locked_liquidity | PublicKey | - | yes |
| cp_swap_program | PublicKey | - | - |
| cp_authority | PublicKey | - | - |
| pool_state | PublicKey | - | yes |
| lp_mint | PublicKey | - | yes |
| recipient_token0_account | PublicKey | - | yes |
| recipient_token1_account | PublicKey | - | yes |
| token0_vault | PublicKey | - | yes |
| token1_vault | PublicKey | - | yes |
| vault0_mint | PublicKey | - | - |
| vault1_mint | PublicKey | - | - |
| locked_lp_vault | PublicKey | - | yes |
| token_program | PublicKey | - | - |
| token_program2022 | PublicKey | - | - |
| memo_program | PublicKey | - | - |
Decoded instruction arguments included in every CollectCpFees message.
| Name | Type |
|---|---|
| fee_lp_amount | 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.raydium_liquidity_locking.collect_cp_fees","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.raydium_liquidity_locking.collect_cp_fees stream delivers decoded CollectCpFees 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.