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.
solana.meteora_amm.dummy_ixDecoded account addresses included in every DummyIx message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| pod_aligned_fee_time_scheduler | PublicKey | - | - |
| pod_aligned_fee_rate_limiter | PublicKey | - | - |
| pod_aligned_fee_market_cap_scheduler | PublicKey | - | - |
Decoded instruction arguments included in every DummyIx message.
| Name | Type |
|---|---|
| borsh_fee_time_scheduler_params | struct { cliff_fee_numerator: u64, number_of_period: u16, period_frequency: u64, reduction_factor: u64, base_fee_mode: u8 } |
| borsh_fee_rate_limiter_params | struct { 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_params | struct { cliff_fee_numerator: u64, number_of_period: u16, sqrt_price_step_bps: u32, scheduler_expiration_duration: u32, reduction_factor: u64, base_fee_mode: u8 } |
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/SubscribeThe 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.
Get your API key and start receiving decoded instructions in seconds.