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

Stabble Stable Swap Streams

Low-slippage stablecoin swaps on Solana

Stream every Stabble Stable Swap interaction. Swaps, pool operations, and liquidity management optimized for stable pairs. 21 decoded streams for Stabble's stable swap infrastructure.

swapNyd8XiQwJ6ianp9snpu4brUqFxadzvHebnAXjJZ
View Pricing
21
Total Streams
decoded and live
19
Instructions
every program call
2
Events
program log events

Why Stream Stabble Stable 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

Stablecoin swap monitoring
Stable pair pricing analytics
LP management for stable pools
Cross-protocol stable routing

Available Streams

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

AcceptOwnerinstruction
solana.stabble_stable_swap.accept_owner
2 accounts
ApproveStrategyinstruction
solana.stabble_stable_swap.approve_strategy
4 accounts
ChangeAmpFactorinstruction
solana.stabble_stable_swap.change_amp_factor
3 accounts
2 args
ChangeMaxSupplyinstruction
solana.stabble_stable_swap.change_max_supply
2 accounts
1 args
ChangeSwapFeeinstruction
solana.stabble_stable_swap.change_swap_fee
2 accounts
1 args
ChangeSwapFeePrivilegedinstruction
solana.stabble_stable_swap.change_swap_fee_privileged
3 accounts
1 args
CloseStrategyinstruction
solana.stabble_stable_swap.close_strategy
4 accounts
CreateStrategyinstruction
solana.stabble_stable_swap.create_strategy
3 accounts
6 args
Depositinstruction
solana.stabble_stable_swap.deposit
9 accounts
2 args
ExecStrategyinstruction
solana.stabble_stable_swap.exec_strategy
2 accounts
2 args
Initializeinstruction
solana.stabble_stable_swap.initialize
6 accounts
3 args
Pauseinstruction
solana.stabble_stable_swap.pause
2 accounts
RejectOwnerinstruction
solana.stabble_stable_swap.reject_owner
2 accounts
Shutdowninstruction
solana.stabble_stable_swap.shutdown
2 accounts
Swapinstruction
solana.stabble_stable_swap.swap
12 accounts
2 args
SwapV2instruction
solana.stabble_stable_swap.swap_v2
15 accounts
2 args
TransferOwnerinstruction
solana.stabble_stable_swap.transfer_owner
2 accounts
1 args
Unpauseinstruction
solana.stabble_stable_swap.unpause
2 accounts
Withdrawinstruction
solana.stabble_stable_swap.withdraw
10 accounts
2 args

Start in 30 Seconds

subscribe to any Stabble Stable Swap stream with a single command

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

Related Programs

Stabble Weighted Swap

Weighted pool swaps for balanced portfolio trading

View streams →
Jupiter Swap

Solana's leading DEX aggregator routing swaps across every pool

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 →
Raydium Launchpad

Raydium's token launch platform with built-in liquidity

View streams →

Real-Time Stabble Stable Swap Data for Solana Developers

NoLimitNodes provides 21 decoded real-time streams for the Stabble Stable Swap program on Solana (swapNyd8...). 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.stabble_stable_swap.accept_owner and receive structured JSON or Protobuf data instantly. 19 instruction streams and 2 event streams cover every possible interaction with the Stabble Stable 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 Stabble Stable Swap data

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