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

Meteora Pools Streams

Standard constant product pools on Meteora

Stream every Meteora Pools interaction. Swaps, pool operations, liquidity management, and fee handling. 26 decoded streams for Meteora's standard pool infrastructure.

Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB
View Pricing
26
Total Streams
decoded and live
26
Instructions
every program call
0
Events
program log events

Why Stream Meteora Pools 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

Swap monitoring
Pool analytics
LP management
Cross-pool arbitrage

Available Streams

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

InitializePermissionedPoolinstruction
solana.meteora_pools.initialize_permissioned_pool
24 accounts
1 args
InitializePermissionlessPoolinstruction
solana.meteora_pools.initialize_permissionless_pool
26 accounts
3 args
InitializePermissionlessPoolWithFeeTierinstruction
solana.meteora_pools.initialize_permissionless_pool_with_fee_tier
26 accounts
4 args
EnableOrDisablePoolinstruction
solana.meteora_pools.enable_or_disable_pool
2 accounts
1 args
Swapinstruction
solana.meteora_pools.swap
15 accounts
2 args
RemoveLiquiditySingleSideinstruction
solana.meteora_pools.remove_liquidity_single_side
15 accounts
2 args
AddImbalanceLiquidityinstruction
solana.meteora_pools.add_imbalance_liquidity
16 accounts
3 args
RemoveBalanceLiquidityinstruction
solana.meteora_pools.remove_balance_liquidity
16 accounts
3 args
AddBalanceLiquidityinstruction
solana.meteora_pools.add_balance_liquidity
16 accounts
3 args
SetPoolFeesinstruction
solana.meteora_pools.set_pool_fees
2 accounts
2 args
OverrideCurveParaminstruction
solana.meteora_pools.override_curve_param
2 accounts
1 args
GetPoolInfoinstruction
solana.meteora_pools.get_pool_info
8 accounts
BootstrapLiquidityinstruction
solana.meteora_pools.bootstrap_liquidity
16 accounts
2 args
CreateMintMetadatainstruction
solana.meteora_pools.create_mint_metadata
7 accounts
CreateLockEscrowinstruction
solana.meteora_pools.create_lock_escrow
6 accounts
Lockinstruction
solana.meteora_pools.lock
13 accounts
1 args
ClaimFeeinstruction
solana.meteora_pools.claim_fee
18 accounts
1 args
CreateConfiginstruction
solana.meteora_pools.create_config
3 accounts
8 args
CloseConfiginstruction
solana.meteora_pools.close_config
3 accounts
InitializePermissionlessConstantProductPoolWithConfiginstruction
solana.meteora_pools.initialize_permissionless_constant_product_pool_with_config
26 accounts
2 args
InitializePermissionlessConstantProductPoolWithConfig2instruction
solana.meteora_pools.initialize_permissionless_constant_product_pool_with_config2
26 accounts
3 args
InitializeCustomizablePermissionlessConstantProductPoolinstruction
solana.meteora_pools.initialize_customizable_permissionless_constant_product_pool
25 accounts
7 args
UpdateActivationPointinstruction
solana.meteora_pools.update_activation_point
2 accounts
1 args
WithdrawProtocolFeesinstruction
solana.meteora_pools.withdraw_protocol_fees
7 accounts
SetWhitelistedVaultinstruction
solana.meteora_pools.set_whitelisted_vault
2 accounts
1 args
PartnerClaimFeeinstruction
solana.meteora_pools.partner_claim_fee
8 accounts
2 args

Start in 30 Seconds

subscribe to any Meteora Pools stream with a single command

grpcurl
grpcurl \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.meteora_pools.initialize_permissioned_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.meteora_pools.initialize_permissioned_pool",
      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 →
Meteora AMM

Meteora's automated market maker with multi-pool architecture

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 Meteora Pools Data for Solana Developers

NoLimitNodes provides 26 decoded real-time streams for the Meteora Pools program on Solana (Eo7WjKq6...). 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_pools.initialize_permissioned_pool and receive structured JSON or Protobuf data instantly. 26 instruction streams and 0 event streams cover every possible interaction with the Meteora Pools 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 Pools data

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