EventLIVE

Raydium CPMM SwapEvent

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.

Topicsolana.raydium_cpmm.swap_event
13fields

Event Fields

Decoded fields included in every SwapEvent event message.

FieldType
pool_idPublicKey
input_vault_beforeu64
output_vault_beforeu64
input_amountu64
output_amountu64
input_transfer_feeu64
output_transfer_feeu64
base_inputbool
input_mintPublicKey
output_mintPublicKey
trade_feeu64
creator_feeu64
creator_fee_on_inputbool

Subscribe to SwapEvent

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/Subscribe

The 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.

Stream Raydium CPMM SwapEvent data now

Get your API key and start receiving decoded events in seconds.