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
<50ms
Latency
on-chain to your app

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.

Sub-50ms Latency

Events arrive at your app within 50 milliseconds of on-chain confirmation. Fast enough for trading.

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
ClaimPartnerPoolCreationFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_partner_pool_creation_fee
ClaimProtocolFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_protocol_fee
ClaimProtocolPoolCreationFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_protocol_pool_creation_fee
ClaimTradingFeeinstruction
solana.meteora_dynamic_bonding_curve.claim_trading_fee
CloseClaimProtocolFeeOperatorinstruction
solana.meteora_dynamic_bonding_curve.close_claim_protocol_fee_operator
CloseOperatorAccountinstruction
solana.meteora_dynamic_bonding_curve.close_operator_account
CreateConfiginstruction
solana.meteora_dynamic_bonding_curve.create_config
CreateLockerinstruction
solana.meteora_dynamic_bonding_curve.create_locker
CreateOperatorAccountinstruction
solana.meteora_dynamic_bonding_curve.create_operator_account
CreatePartnerMetadatainstruction
solana.meteora_dynamic_bonding_curve.create_partner_metadata
CreateVirtualPoolMetadatainstruction
solana.meteora_dynamic_bonding_curve.create_virtual_pool_metadata
CreatorWithdrawSurplusinstruction
solana.meteora_dynamic_bonding_curve.creator_withdraw_surplus
InitializeVirtualPoolWithSplTokeninstruction
solana.meteora_dynamic_bonding_curve.initialize_virtual_pool_with_spl_token
InitializeVirtualPoolWithToken2022instruction
solana.meteora_dynamic_bonding_curve.initialize_virtual_pool_with_token2022
MigrateMeteoraDamminstruction
solana.meteora_dynamic_bonding_curve.migrate_meteora_damm
MigrateMeteoraDammClaimLpTokeninstruction
solana.meteora_dynamic_bonding_curve.migrate_meteora_damm_claim_lp_token
MigrateMeteoraDammLockLpTokeninstruction
solana.meteora_dynamic_bonding_curve.migrate_meteora_damm_lock_lp_token
MigrationDammV2instruction
solana.meteora_dynamic_bonding_curve.migration_damm_v2
MigrationDammV2CreateMetadatainstruction
solana.meteora_dynamic_bonding_curve.migration_damm_v2_create_metadata
MigrationMeteoraDammCreateMetadatainstruction
solana.meteora_dynamic_bonding_curve.migration_meteora_damm_create_metadata
PartnerWithdrawSurplusinstruction
solana.meteora_dynamic_bonding_curve.partner_withdraw_surplus
Swapinstruction
solana.meteora_dynamic_bonding_curve.swap
Swap2instruction
solana.meteora_dynamic_bonding_curve.swap2
TransferPoolCreatorinstruction
solana.meteora_dynamic_bonding_curve.transfer_pool_creator
WithdrawLeftoverinstruction
solana.meteora_dynamic_bonding_curve.withdraw_leftover
WithdrawMigrationFeeinstruction
solana.meteora_dynamic_bonding_curve.withdraw_migration_fee
ZapProtocolFeeinstruction
solana.meteora_dynamic_bonding_curve.zap_protocol_fee

Start in 30 Seconds

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

grpcurl
grpcurl -plaintext \
  -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)

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