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

Meteora Dynamic Bonding Curve Streams

Token launches with dynamic bonding curves on Meteora

Stream every Meteora Dynamic Bonding Curve interaction. Pool creation, token trading, migrations, fee management, and creator operations. 51 decoded streams for Meteora's launchpad-style bonding curve system.

dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN
View Pricing
51
Total Streams
decoded and live
28
Instructions
every program call
23
Events
program log events

Why Stream Meteora Dynamic Bonding Curve 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 token launch detection on Meteora
Bonding curve trade monitoring
Migration tracking to DLMM pools
Creator revenue analytics
Automated launch sniping

Available Streams

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

ClaimCreatorTradingFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_creator_trading_fee
13 accounts
2 args
ClaimPartnerPoolCreationFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_partner_pool_creation_fee
6 accounts
ClaimProtocolFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_protocol_fee
15 accounts
2 args
ClaimProtocolPoolCreationFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_protocol_pool_creation_fee
7 accounts
ClaimTradingFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_trading_fee
14 accounts
2 args
CloseClaimProtocolFeeOperatorinstruction
solana.meteora_dynamic_bonding_curve.close_claim_protocol_fee_operator
5 accounts
CloseOperatorAccountinstruction
solana.meteora_dynamic_bonding_curve.close_operator_account
3 accounts
CreateConfiginstruction
solana.meteora_dynamic_bonding_curve.create_config
8 accounts
1 args
CreateLockerinstruction
solana.meteora_dynamic_bonding_curve.create_locker
14 accounts
CreateOperatorAccountinstruction
solana.meteora_dynamic_bonding_curve.create_operator_account
7 accounts
1 args
CreatePartnerMetadatainstruction
solana.meteora_dynamic_bonding_curve.create_partner_metadata
6 accounts
4 args
CreateVirtualPoolMetadatainstruction
solana.meteora_dynamic_bonding_curve.create_virtual_pool_metadata
7 accounts
4 args
CreatorWithdrawSurplusinstruction
solana.meteora_dynamic_bonding_curve.creator_withdraw_surplus
10 accounts
InitializeVirtualPoolWithSplTokeninstruction
solana.meteora_dynamic_bonding_curve.initialize_virtual_pool_with_spl_token
16 accounts
1 args
InitializeVirtualPoolWithToken2022instruction
solana.meteora_dynamic_bonding_curve.initialize_virtual_pool_with_token2022
14 accounts
1 args
MigrateMeteoraDamminstruction
solana.meteora_dynamic_bonding_curve.migrate_meteora_damm
31 accounts
MigrateMeteoraDammClaimLpTokeninstruction
solana.meteora_dynamic_bonding_curve.migrate_meteora_damm_claim_lp_token
9 accounts
MigrateMeteoraDammLockLpTokeninstruction
solana.meteora_dynamic_bonding_curve.migrate_meteora_damm_lock_lp_token
17 accounts
MigrationDammV2instruction
solana.meteora_dynamic_bonding_curve.migration_damm_v2
25 accounts
MigrationDammV2CreateMetadatainstruction
solana.meteora_dynamic_bonding_curve.migration_damm_v2_create_metadata
7 accounts
MigrationMeteoraDammCreateMetadatainstruction
solana.meteora_dynamic_bonding_curve.migration_meteora_damm_create_metadata
7 accounts
PartnerWithdrawSurplusinstruction
solana.meteora_dynamic_bonding_curve.partner_withdraw_surplus
10 accounts
Swapinstruction
solana.meteora_dynamic_bonding_curve.swap
15 accounts
1 args
Swap2instruction
solana.meteora_dynamic_bonding_curve.swap2
15 accounts
1 args
TransferPoolCreatorinstruction
solana.meteora_dynamic_bonding_curve.transfer_pool_creator
6 accounts
WithdrawLeftoverinstruction
solana.meteora_dynamic_bonding_curve.withdraw_leftover
10 accounts
WithdrawMigrationFeeinstruction
solana.meteora_dynamic_bonding_curve.withdraw_migration_fee
10 accounts
1 args
ZapProtocolFeeinstruction
solana.meteora_dynamic_bonding_curve.zap_protocol_fee
10 accounts
1 args

Start in 30 Seconds

subscribe to any Meteora Dynamic Bonding Curve stream with a single command

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

Related Programs

Meteora DLMM

Dynamic liquidity with dynamic fees that adapt to volatility

View streams →
PumpFun

The memecoin launchpad powering Solana's token economy

View streams →
Boop

Social token launchpad with Meteora-integrated 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 Meteora Dynamic Bonding Curve Data for Solana Developers

NoLimitNodes provides 51 decoded real-time streams for the Meteora Dynamic Bonding Curve program on Solana (dbcij3LW...). 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.meteora_dynamic_bonding_curve.claim_creator_trading_fee and receive structured JSON or Protobuf data instantly. 28 instruction streams and 23 event streams cover every possible interaction with the Meteora Dynamic Bonding Curve 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 Meteora Dynamic Bonding Curve data

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