Real-time decoded data for the EvtCreateConfig event on the Meteora Dynamic Bonding Curve program. Every time this event is emitted on Solana, you receive 24 decoded fields in under 50ms.
solana.meteora_dynamic_bonding_curve.evt_create_config_eventDecoded fields included in every EvtCreateConfig event message.
| Field | Type |
|---|---|
| config | PublicKey |
| quote_mint | PublicKey |
| fee_claimer | PublicKey |
| owner | PublicKey |
| pool_fees | struct { base_fee: struct { cliff_fee_numerator: u64, first_factor: u16, second_factor: u64, third_factor: u64, base_fee_mode: u8 }, dynamic_fee: Option<struct { bin_step: u16, bin_step_u128: u128, filter_period: u16, decay_period: u16, reduction_factor: u16, max_volatility_accumulator: u32, variable_fee_control: u32 }> } |
| collect_fee_mode | u8 |
| migration_option | u8 |
| activation_type | u8 |
| token_decimal | u8 |
| token_type | u8 |
| partner_permanent_locked_liquidity_percentage | u8 |
| partner_liquidity_percentage | u8 |
| creator_permanent_locked_liquidity_percentage | u8 |
| creator_liquidity_percentage | u8 |
| swap_base_amount | u64 |
| migration_quote_threshold | u64 |
| migration_base_amount | u64 |
| sqrt_start_price | u128 |
| locked_vesting | struct { amount_per_period: u64, cliff_duration_from_migration_time: u64, frequency: u64, number_of_period: u64, cliff_unlock_amount: u64 } |
| migration_fee_option | u8 |
| fixed_token_supply_flag | u8 |
| pre_migration_token_supply | u64 |
| post_migration_token_supply | u64 |
| curve | Vec<struct { sqrt_price: u128, liquidity: u128 }> |
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_create_config_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_create_config_event stream delivers decoded EvtCreateConfig event data from the Meteora Dynamic Bonding Curve program (dbcij3LWUppW...) on Solana. Each message includes 24 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.