Real-time decoded data for the SwapEvent event on the Raydium CPMM program. Every time this event is emitted on Solana, you receive 13 decoded fields in under 50ms.
solana.raydium_cpmm.swap_eventDecoded fields included in every SwapEvent event message.
| Field | Type |
|---|---|
| pool_id | PublicKey |
| input_vault_before | u64 |
| output_vault_before | u64 |
| input_amount | u64 |
| output_amount | u64 |
| input_transfer_fee | u64 |
| output_transfer_fee | u64 |
| base_input | bool |
| input_mint | PublicKey |
| output_mint | PublicKey |
| trade_fee | u64 |
| creator_fee | u64 |
| creator_fee_on_input | 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_cpmm.swap_event","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.raydium_cpmm.swap_event stream delivers decoded SwapEvent event data from the Raydium CPMM program (CPMMoo8L3F4N...) on Solana. Each message includes 13 decoded event fields, 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 events in seconds.