Real-time decoded data for the EvtSwap2 event on the Meteora Dynamic Bonding Curve program. Every time this event is emitted on Solana, you receive 9 decoded fields in under 50ms.
solana.meteora_dynamic_bonding_curve.evt_swap2_eventDecoded fields included in every EvtSwap2 event message.
| Field | Type |
|---|---|
| pool | PublicKey |
| config | PublicKey |
| trade_direction | u8 |
| has_referral | bool |
| swap_parameters | struct { amount0: u64, amount1: u64, swap_mode: u8 } |
| swap_result | struct { included_fee_input_amount: u64, excluded_fee_input_amount: u64, amount_left: u64, output_amount: u64, next_sqrt_price: u128, trading_fee: u64, protocol_fee: u64, referral_fee: u64 } |
| quote_reserve_amount | u64 |
| migration_threshold | u64 |
| current_timestamp | u64 |
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_dynamic_bonding_curve.evt_swap2_event","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/Subscribesolana.meteora_dynamic_bonding_curve.evt_claim_creator_trading_fee_eventsolana.meteora_dynamic_bonding_curve.evt_claim_pool_creation_fee_eventsolana.meteora_dynamic_bonding_curve.evt_claim_protocol_fee_eventsolana.meteora_dynamic_bonding_curve.evt_claim_protocol_liquidity_migration_fee_eventsolana.meteora_dynamic_bonding_curve.evt_claim_trading_fee_eventsolana.meteora_dynamic_bonding_curve.evt_close_claim_fee_operator_eventThe solana.meteora_dynamic_bonding_curve.evt_swap2_event stream delivers decoded EvtSwap2 event data from the Meteora Dynamic Bonding Curve program (dbcij3LWUppW...) on Solana. Each message includes 9 decoded event fields, 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 events in seconds.