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

BonkSwap Streams

Community DEX built for the BONK ecosystem

Stream every BonkSwap interaction. Swaps, pool creation, farming, fee management, and liquidity operations. 19 decoded streams for BonkSwap's AMM and farming infrastructure.

BSwp6bEBihVLdqJRKGgzjcGLHkcTuzmSo1TQkHepzH8p
View Pricing
19
Total Streams
decoded and live
19
Instructions
every program call
0
Events
program log events

Why Stream BonkSwap 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

BONK ecosystem trading analytics
Pool and farm monitoring
Fee tracking
Community DEX analytics

Available Streams

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

CreatePoolinstruction
solana.bonkswap_bonkswap.create_pool
14 accounts
7 args
CreateProviderinstruction
solana.bonkswap_bonkswap.create_provider
13 accounts
3 args
CreateStateinstruction
solana.bonkswap_bonkswap.create_state
4 accounts
1 args
AddTokensinstruction
solana.bonkswap_bonkswap.add_tokens
25 accounts
2 args
WithdrawBuybackinstruction
solana.bonkswap_bonkswap.withdraw_buyback
14 accounts
Swapinstruction
solana.bonkswap_bonkswap.swap
17 accounts
3 args
WithdrawSharesinstruction
solana.bonkswap_bonkswap.withdraw_shares
25 accounts
1 args
WithdrawLpFeeinstruction
solana.bonkswap_bonkswap.withdraw_lp_fee
15 accounts
WithdrawProjectFeeinstruction
solana.bonkswap_bonkswap.withdraw_project_fee
14 accounts
CreateFarminstruction
solana.bonkswap_bonkswap.create_farm
13 accounts
3 args
CreateDualFarminstruction
solana.bonkswap_bonkswap.create_dual_farm
16 accounts
4 args
CreateTripleFarminstruction
solana.bonkswap_bonkswap.create_triple_farm
19 accounts
5 args
WithdrawRewardsinstruction
solana.bonkswap_bonkswap.withdraw_rewards
21 accounts
ClosePoolinstruction
solana.bonkswap_bonkswap.close_pool
15 accounts
WithdrawMercantiFeeinstruction
solana.bonkswap_bonkswap.withdraw_mercanti_fee
11 accounts
AddSupplyinstruction
solana.bonkswap_bonkswap.add_supply
13 accounts
4 args
UpdateFeesinstruction
solana.bonkswap_bonkswap.update_fees
6 accounts
4 args
ResetFarminstruction
solana.bonkswap_bonkswap.reset_farm
17 accounts
UpdateRewardTokensinstruction
solana.bonkswap_bonkswap.update_reward_tokens
12 accounts

Start in 30 Seconds

subscribe to any BonkSwap stream with a single command

grpcurl
grpcurl \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.bonkswap_bonkswap.create_pool","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.bonkswap_bonkswap.create_pool",
      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 →
Jupiter Swap

Solana's leading DEX aggregator routing swaps across every pool

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 →
Raydium Liquidity Locking

LP token locking for Raydium pools

View streams →

Real-Time BonkSwap Data for Solana Developers

NoLimitNodes provides 19 decoded real-time streams for the BonkSwap program on Solana (BSwp6bEB...). 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.bonkswap_bonkswap.create_pool and receive structured JSON or Protobuf data instantly. 19 instruction streams and 0 event streams cover every possible interaction with the BonkSwap 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 BonkSwap data

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