InstructionLIVE

Meteora AMM DummyIx

Real-time decoded data for the DummyIx instruction on the Meteora AMM program. Every time this instruction is executed on Solana, you receive the full decoded payload with 3 accounts and 3 arguments in under 50ms.

Topicsolana.meteora_amm.dummy_ix
3accounts
3arguments

Accounts

Decoded account addresses included in every DummyIx message.

NameTypeSignerWritable
pod_aligned_fee_time_schedulerPublicKey--
pod_aligned_fee_rate_limiterPublicKey--
pod_aligned_fee_market_cap_schedulerPublicKey--

Arguments

Decoded instruction arguments included in every DummyIx message.

NameType
borsh_fee_time_scheduler_paramsstruct { cliff_fee_numerator: u64, number_of_period: u16, period_frequency: u64, reduction_factor: u64, base_fee_mode: u8 }
borsh_fee_rate_limiter_paramsstruct { cliff_fee_numerator: u64, fee_increment_bps: u16, max_limiter_duration: u32, max_fee_bps: u32, reference_amount: u64, base_fee_mode: u8 }
borsh_fee_market_cap_scheduler_paramsstruct { cliff_fee_numerator: u64, number_of_period: u16, sqrt_price_step_bps: u32, scheduler_expiration_duration: u32, reduction_factor: u64, base_fee_mode: u8 }

Subscribe to DummyIx

Connect and start receiving decoded data in seconds.

grpcurl -plaintext \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.meteora_amm.dummy_ix","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.meteora_amm.dummy_ix stream delivers decoded DummyIx instruction data from the Meteora AMM program (cpamdpZCGKUy...) on Solana. Each message includes 3 decoded account addresses and 3 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.

Stream Meteora AMM DummyIx data now

Get your API key and start receiving decoded instructions in seconds.