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

Jupiter Swap Streams

Solana's leading DEX aggregator routing swaps across every pool

Stream every Jupiter swap and routing event. Swap executions, route optimizations, fee handling, and platform operations. 23 decoded streams for the aggregator that handles the majority of Solana's swap volume.

JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4
View Pricing
23
Total Streams
decoded and live
17
Instructions
every program call
6
Events
program log events

Why Stream Jupiter Swap 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

Aggregated swap volume analytics
Route efficiency analysis
Fee tracking across DEXes
Trade execution quality monitoring
Real-time price impact analysis
Whale trade detection across all pools

Available Streams

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

Claiminstruction
solana.jupiter_swap.claim
3 accounts
1 args
ClaimTokeninstruction
solana.jupiter_swap.claim_token
9 accounts
1 args
CloseTokeninstruction
solana.jupiter_swap.close_token
6 accounts
2 args
CreateTokenLedgerinstruction
solana.jupiter_swap.create_token_ledger
3 accounts
CreateTokenAccountinstruction
solana.jupiter_swap.create_token_account
5 accounts
1 args
CloseWsolTokenAccountinstruction
solana.jupiter_swap.close_wsol_token_account
4 accounts
ExactOutRouteinstruction
solana.jupiter_swap.exact_out_route
11 accounts
5 args
Routeinstruction
solana.jupiter_swap.route
9 accounts
5 args
RouteWithTokenLedgerinstruction
solana.jupiter_swap.route_with_token_ledger
10 accounts
4 args
SetTokenLedgerinstruction
solana.jupiter_swap.set_token_ledger
2 accounts
SharedAccountsExactOutRouteinstruction
solana.jupiter_swap.shared_accounts_exact_out_route
13 accounts
6 args
SharedAccountsRouteinstruction
solana.jupiter_swap.shared_accounts_route
13 accounts
6 args
SharedAccountsRouteWithTokenLedgerinstruction
solana.jupiter_swap.shared_accounts_route_with_token_ledger
14 accounts
5 args
ExactOutRouteV2instruction
solana.jupiter_swap.exact_out_route_v2
10 accounts
6 args
RouteV2instruction
solana.jupiter_swap.route_v2
10 accounts
6 args
SharedAccountsExactOutRouteV2instruction
solana.jupiter_swap.shared_accounts_exact_out_route_v2
12 accounts
7 args
SharedAccountsRouteV2instruction
solana.jupiter_swap.shared_accounts_route_v2
12 accounts
7 args

Start in 30 Seconds

subscribe to any Jupiter Swap stream with a single command

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

Related Programs

Jupiter DCA

Dollar cost averaging with automatic execution on Jupiter

View streams →
Jupiter Limit Orders

On-chain limit orders with Jupiter's liquidity

View streams →
Jupiter Perpetuals

Leveraged perpetual trading powered by Jupiter's liquidity

View streams →
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 →

Real-Time Jupiter Swap Data for Solana Developers

NoLimitNodes provides 23 decoded real-time streams for the Jupiter Swap program on Solana (JUP6LkbZ...). 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.jupiter_swap.claim and receive structured JSON or Protobuf data instantly. 17 instruction streams and 6 event streams cover every possible interaction with the Jupiter Swap 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 Jupiter Swap data

Get your API key and subscribe to any of 23 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