NoLimitNodes
PricingDocsBlogAbout
SupportContact
Log in
home/program-streams/raydium_launchpad
PROGRAM STREAMSLIVEDEX

Raydium Launchpad Streams

Raydium's token launch platform with built-in liquidity

Stream every Raydium Launchpad interaction. Pool creation, token purchases, claim operations, migrations, and vesting. 29 decoded streams covering Raydium's native token launch infrastructure.

LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj
View Pricing
29
Total Streams
decoded and live
25
Instructions
every program call
4
Events
program log events

Why Stream Raydium Launchpad 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.

Real-time Events

Events arrive at your app on-chain confirmation, as they land.

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 Raydium launch detection
Token sale monitoring
Vesting schedule tracking
Migration event alerts
Launchpad analytics

Available Streams

Click any stream to see its full schema, accounts, and code examples.

BuyExactIninstruction
solana.raydium_launchpad.buy_exact_in
15 accounts
3 args
BuyExactOutinstruction
solana.raydium_launchpad.buy_exact_out
15 accounts
3 args
ClaimCreatorFeeinstruction
solana.raydium_launchpad.claim_creator_fee
8 accounts
ClaimPlatformFeeinstruction
solana.raydium_launchpad.claim_platform_fee
10 accounts
ClaimPlatformFeeFromVaultinstruction
solana.raydium_launchpad.claim_platform_fee_from_vault
9 accounts
ClaimVestedTokeninstruction
solana.raydium_launchpad.claim_vested_token
10 accounts
ClosePlatformGlobalAccessinstruction
solana.raydium_launchpad.close_platform_global_access
4 accounts
CollectFeeinstruction
solana.raydium_launchpad.collect_fee
8 accounts
CollectMigrateFeeinstruction
solana.raydium_launchpad.collect_migrate_fee
8 accounts
CreateConfiginstruction
solana.raydium_launchpad.create_config
8 accounts
4 args
CreatePlatformConfiginstruction
solana.raydium_launchpad.create_platform_config
8 accounts
7 args
CreatePlatformGlobalAccessinstruction
solana.raydium_launchpad.create_platform_global_access
5 accounts
CreatePlatformVestingAccountinstruction
solana.raydium_launchpad.create_platform_vesting_account
6 accounts
CreateVestingAccountinstruction
solana.raydium_launchpad.create_vesting_account
5 accounts
1 args
Initializeinstruction
solana.raydium_launchpad.initialize
18 accounts
3 args
InitializeV2instruction
solana.raydium_launchpad.initialize_v2
18 accounts
4 args
InitializeWithToken2022instruction
solana.raydium_launchpad.initialize_with_token2022
15 accounts
5 args
MigrateToAmminstruction
solana.raydium_launchpad.migrate_to_amm
32 accounts
3 args
MigrateToCpswapinstruction
solana.raydium_launchpad.migrate_to_cpswap
28 accounts
RemovePlatformCurveParaminstruction
solana.raydium_launchpad.remove_platform_curve_param
2 accounts
1 args
SellExactIninstruction
solana.raydium_launchpad.sell_exact_in
15 accounts
3 args
SellExactOutinstruction
solana.raydium_launchpad.sell_exact_out
15 accounts
3 args
UpdateConfiginstruction
solana.raydium_launchpad.update_config
2 accounts
2 args
UpdatePlatformConfiginstruction
solana.raydium_launchpad.update_platform_config
2 accounts
1 args
UpdatePlatformCurveParaminstruction
solana.raydium_launchpad.update_platform_curve_param
4 accounts
2 args

Start in 30 Seconds

subscribe to any Raydium Launchpad stream with a single command

grpcurl
grpcurl \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.raydium_launchpad.buy_exact_in","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_launchpad.buy_exact_in",
      format=pb.OutputFormat.JSON),
    metadata=[
      ('x-eventstream-policy', policy)]):
    event = json.loads(msg.payload)
    print(f"slot={msg.slot}", event)

Related Programs

Raydium AMM

Solana's original and largest automated market maker

View streams →
Raydium CLMM

Raydium's concentrated liquidity for capital-efficient trading

View streams →
Raydium CPMM

Raydium's constant product pools for broad token coverage

View streams →
Raydium Liquidity Locking

LP token locking for Raydium pools

View streams →
Orca Whirlpool

The concentrated liquidity DEX for Solana's biggest pairs

View streams →
Meteora DLMM

Dynamic liquidity with dynamic fees that adapt to volatility

View streams →

Real-Time Raydium Launchpad Data for Solana Developers

NoLimitNodes provides 29 decoded real-time streams for the Raydium Launchpad program on Solana (LanMV9sA...). 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_launchpad.buy_exact_in and receive structured JSON or Protobuf data instantly. 25 instruction streams and 4 event streams cover every possible interaction with the Raydium Launchpad 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 Launchpad data

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

All Programs
NoLimitNodes

Solana RPC infrastructure built for performance and scale.

RPC Access
  • HTTP RPC
  • WebSocket
  • gRPC
Infrastructure
  • Compute Platform
  • VPS
  • VDS
  • Bare Metal
  • Geyser Plugin Hosting
Enhanced Streams
  • PumpFun
  • PumpSwap
  • Raydium
  • Orca
  • Meteora
  • System Events
  • Browse All →
Program Streams
  • PumpFun
  • PumpSwap
  • Raydium CLMM
  • Orca Whirlpool
  • Meteora DLMM
  • Jupiter Swap
  • Jupiter Perps
  • Kamino Lending
  • Browse All 37 →
Trading
  • EZWallet
Analytics
  • Historical Datasets
  • Historical Raw Blocks
Company
  • About
Resources
  • Pricing
  • Custom Development
  • Documentation
  • Blog
  • Support
  • Contact Sales
Compare
  • Yellowstone gRPC vs LaserStream
  • Triton vs Helius
  • Raydium API vs Helius
  • PumpSwap API vs Bitquery
  • QuickNode Streams vs NLN
  • All comparisons →
Legal
  • Terms & Conditions
  • Privacy Policy
© 2026 CLR3 Inc., operating as NoLimitNodes. Registered in Ontario, Canada. All rights reserved.solana mainnet