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

OKX DEX V3 Streams

Latest version of OKX's on-chain DEX on Solana

Stream every OKX DEX V3 interaction. Swaps, routing events, protocol management, and fee handling. 25 decoded streams for the latest iteration of OKX's Solana DEX.

proVF4pMXVaYqmy4NjniPh4pqKNfMmsihgd4wdkCX3u
View Pricing
25
Total Streams
decoded and live
19
Instructions
every program call
6
Events
program log events

Why Stream OKX DEX V3 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

V3 migration monitoring
Updated routing analytics
Fee structure analysis
Volume comparison with V1

Available Streams

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

Claiminstruction
solana.okx_okx_v3.claim
9 accounts
ClaimCashbackPumpfuninstruction
solana.okx_okx_v3.claim_cashback_pumpfun
7 accounts
ClaimCashbackPumpswapinstruction
solana.okx_okx_v3.claim_cashback_pumpswap
11 accounts
CreateTokenAccountinstruction
solana.okx_okx_v3.create_token_account
6 accounts
1 args
CreateTokenAccountWithSeedinstruction
solana.okx_okx_v3.create_token_account_with_seed
6 accounts
2 args
InitTokenLedgerinstruction
solana.okx_okx_v3.init_token_ledger
3 accounts
1 args
ProxySwapinstruction
solana.okx_okx_v3.proxy_swap
14 accounts
1 args
SetTokenLedgerinstruction
solana.okx_okx_v3.set_token_ledger
2 accounts
Swapinstruction
solana.okx_okx_v3.swap
7 accounts
1 args
SwapTobinstruction
solana.okx_okx_v3.swap_tob
16 accounts
4 args
SwapTobEnhancedinstruction
solana.okx_okx_v3.swap_tob_enhanced
16 accounts
5 args
SwapTobV2instruction
solana.okx_okx_v3.swap_tob_v2
17 accounts
5 args
SwapTobWithReceiverinstruction
solana.okx_okx_v3.swap_tob_with_receiver
17 accounts
4 args
SwapTobWithReceiverTokenLedgerinstruction
solana.okx_okx_v3.swap_tob_with_receiver_token_ledger
18 accounts
4 args
SwapTobWithTokenLedgerinstruction
solana.okx_okx_v3.swap_tob_with_token_ledger
17 accounts
4 args
SwapTocinstruction
solana.okx_okx_v3.swap_toc
16 accounts
3 args
SwapTocV2instruction
solana.okx_okx_v3.swap_toc_v2
17 accounts
4 args
WrapUnwrapinstruction
solana.okx_okx_v3.wrap_unwrap
12 accounts
1 args
WrapUnwrapWithReceiverinstruction
solana.okx_okx_v3.wrap_unwrap_with_receiver
13 accounts
1 args

Start in 30 Seconds

subscribe to any OKX DEX V3 stream with a single command

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

Related Programs

OKX DEX

OKX's on-chain DEX aggregator on Solana

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 OKX DEX V3 Data for Solana Developers

NoLimitNodes provides 25 decoded real-time streams for the OKX DEX V3 program on Solana (proVF4pM...). 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.okx_okx_v3.claim and receive structured JSON or Protobuf data instantly. 19 instruction streams and 6 event streams cover every possible interaction with the OKX DEX V3 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 OKX DEX V3 data

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