home/program-streams/raydium_cpmm
PROGRAM STREAMSLIVEDEX

Raydium CPMM Streams

Raydium's constant product pools for broad token coverage

Stream every Raydium CPMM interaction. Swaps, pool creation, liquidity operations, and fee collection. 16 decoded streams for Raydium's constant product market maker pools.

CPMMoo8L3F4NbTegBCKVNunggL7H1ZpdTHKxQB5qKP1C
View Pricing
16
Total Streams
decoded and live
14
Instructions
every program call
2
Events
program log events
<50ms
Latency
on-chain to your app

Why Stream Raydium CPMM from NoLimitNodes

Decoded, typed, delivered. No parsing, no delays.

Every Instruction Decoded

Every on-chain instruction parsed into typed fields. Accounts, arguments, and metadata, ready to use.

Every Event Captured

Program events (logs) decoded into structured data. No log parsing, no regex, just typed fields.

Sub-50ms Latency

Events arrive at your app within 50 milliseconds of on-chain confirmation. Fast enough for trading.

JSON or Protobuf

Choose JSON for easy debugging or Protobuf for maximum performance. Same data, your choice of format.

No IDL Decoding Needed

We handle the IDL. You get clean, decoded data. No anchor, no borsh, no manual deserialization.

Works With Your Stack

JavaScript, Python, Rust, Go. Any language with gRPC support. Code examples included.

What You Can Build

New pool detection and early trading
Swap monitoring and analytics
LP performance tracking
Arbitrage against AMM v4 and CLMM

Start in 30 Seconds

subscribe to any Raydium CPMM stream with a single command

grpcurl
grpcurl -plaintext \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.raydium_cpmm.close_permission_pda","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe
Python
import grpc, json
import stream_service_pb2 as pb
import stream_service_pb2_grpc as rpc

channel = grpc.insecure_channel('events.nln.clr3.org:443')
stub = rpc.StreamServiceStub(channel)

policy = json.dumps({"version": 1,
  "allowed_programs": "all",
  "allowed_topics": "all"})

for msg in stub.Subscribe(
    pb.SubscribeRequest(
      topic="solana.raydium_cpmm.close_permission_pda",
      format=pb.OutputFormat.JSON),
    metadata=[
      ('x-eventstream-policy', policy)]):
    event = json.loads(msg.payload)
    print(f"slot={msg.slot}", event)

Real-Time Raydium CPMM Data for Solana Developers

NoLimitNodes provides 16 decoded real-time streams for the Raydium CPMM program on Solana (CPMMoo8L...). Every instruction call and every emitted event is parsed, typed, and delivered to your app in under 50 milliseconds.

Instead of writing custom deserialization code, decoding Anchor IDLs, or parsing raw transaction logs, you subscribe to a topic like solana.raydium_cpmm.close_permission_pda and receive structured JSON or Protobuf data instantly. 14 instruction streams and 2 event streams cover every possible interaction with the Raydium CPMM program.

Whether you are building trading bots, analytics dashboards, monitoring tools, or research pipelines, NoLimitNodes program streams give you the decoded on-chain data you need without the infrastructure overhead. Start with our free tier and scale to production.

Start streaming Raydium CPMM data

Get your API key and subscribe to any of 16 decoded streams.

All Programs