Real-time decoded data for the WithdrawPnl instruction on the Raydium AMM program. Every time this instruction is executed on Solana, you receive the full decoded payload with 17 accounts in under 50ms.
solana.raydium.withdraw_pnlDecoded account addresses included in every WithdrawPnl message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| token_program | PublicKey | - | - |
| amm | PublicKey | - | yes |
| amm_config | PublicKey | - | - |
| amm_authority | PublicKey | - | - |
| amm_open_orders | PublicKey | - | yes |
| pool_coin_token_account | PublicKey | - | yes |
| pool_pc_token_account | PublicKey | - | yes |
| coin_pnl_token_account | PublicKey | - | yes |
| pc_pnl_token_account | PublicKey | - | yes |
| pnl_owner_account | PublicKey | yes | - |
| amm_target_orders | PublicKey | - | yes |
| serum_program | PublicKey | - | - |
| serum_market | PublicKey | - | yes |
| serum_event_queue | PublicKey | - | - |
| serum_coin_vault_account | PublicKey | - | yes |
| serum_pc_vault_account | PublicKey | - | yes |
| serum_vault_signer | PublicKey | - | - |
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.withdraw_pnl","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.raydium.withdraw_pnl stream delivers decoded WithdrawPnl instruction data from the Raydium AMM program (675kPX9MHTjS...) on Solana. Each message includes 17 decoded account addresses, 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.