Meteora DLMM

Historical bundleDEX & AMM
solana / meteora-dlmm · 73 tables
Tables
73 · 55 in + 18 ev
Coverage
Recent to full history
Schemas
73 typed
Format
Parquet · native columns
Source
Solana

Historical Meteora DLMM data for Solana with decoded instructions and events, documented schemas, and analytics-ready Parquet delivery. Choose recent or full-history coverage for research, analytics, and production data pipelines.

Explore tablestyped market and event schemas

How it is deliveredschema v1.0

solana/meteora_dlmm/
  schema=v1.0/
    <table>/date=.../part-0000.parquet
    ... one directory per typed table
  _manifests/
    meteora_dlmm.v1.0.manifest.json
Packaging
73 typed Parquet tables
Partitioning
by date
Integrity
manifest + sha256 per file
Versioning
immutable; fixes republish
Every table's schema is documented below ↓

Schema reference

all 73 tables · 1325 columns · schema v1.0

Delivered as 55 instruction tables and 18 event tables, partitioned and versioned as Parquet. Coverage runs recent to full history; every purchase includes all of them with manifests and per-file checksums.

solana.meteora_dlmm.add_liquidity

Every decoded AddLiquidity instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · bin_array_lower · bin_array_upper · sender · token_x_program · token_y_program · event_authority · program

Arguments liquidity_parameter

solana.meteora_dlmm.add_liquidity_by_strategy

Every decoded AddLiquidityByStrategy instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · bin_array_lower · bin_array_upper · sender · token_x_program · token_y_program · event_authority · program

Arguments liquidity_parameter

solana.meteora_dlmm.add_liquidity_by_strategy_one_side

Every decoded AddLiquidityByStrategyOneSide instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token · reserve · token_mint · bin_array_lower · bin_array_upper · sender · token_program · event_authority · program

Arguments amount · active_id · max_active_bin_slippage · strategy_parameters · liquidity_parameter

solana.meteora_dlmm.add_liquidity_by_strategy2

Every decoded AddLiquidityByStrategy2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 23 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · sender · token_x_program · token_y_program · event_authority · program

Arguments liquidity_parameter · remaining_accounts_info

solana.meteora_dlmm.add_liquidity_by_weight

Every decoded AddLiquidityByWeight instruction from Meteora DLMM on Solana, delivered as typed Parquet. 29 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · bin_array_lower · bin_array_upper · sender · token_x_program · token_y_program · event_authority · program

Arguments amount_x · amount_y · active_id · max_active_bin_slippage · bin_liquidity_dist · liquidity_parameter

solana.meteora_dlmm.add_liquidity_by_weight2

Every decoded AddLiquidityByWeight2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 25 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · sender · token_x_program · token_y_program · event_authority · program

Arguments liquidity_parameter · remaining_accounts_info

solana.meteora_dlmm.add_liquidity_event

Every AddLiquidity event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 11 cols

Fields lb_pair · from · position · amounts · active_bin_id

solana.meteora_dlmm.add_liquidity_one_side

Every decoded AddLiquidityOneSide instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token · reserve · token_mint · bin_array_lower · bin_array_upper · sender · token_program · event_authority · program

Arguments amount · active_id · max_active_bin_slippage · bin_liquidity_dist · liquidity_parameter

solana.meteora_dlmm.add_liquidity_one_side_precise

Every decoded AddLiquidityOneSidePrecise instruction from Meteora DLMM on Solana, delivered as typed Parquet. 22 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token · reserve · token_mint · bin_array_lower · bin_array_upper · sender · token_program · event_authority · program

Arguments bins · decompress_multiplier · parameter

solana.meteora_dlmm.add_liquidity_one_side_precise2

Every decoded AddLiquidityOneSidePrecise2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 22 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token · reserve · token_mint · sender · token_program · event_authority · program

Arguments bins · decompress_multiplier · max_amount · remaining_accounts_info · liquidity_parameter

solana.meteora_dlmm.add_liquidity2

Every decoded AddLiquidity2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 23 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · sender · token_x_program · token_y_program · event_authority · program

Arguments liquidity_parameter · remaining_accounts_info

solana.meteora_dlmm.cancel_limit_order

Every decoded CancelLimitOrder instruction from Meteora DLMM on Solana, delivered as typed Parquet. 26 cols

Accounts lb_pair · bin_array_bitmap_extension · reserve_x · reserve_y · token_x_mint · token_y_mint · limit_order · owner_token_x · owner_token_y · owner · token_x_program · token_y_program · memo_program · event_authority · program

Arguments bins · remaining_accounts_info

solana.meteora_dlmm.claim_fee

Every decoded ClaimFee instruction from Meteora DLMM on Solana, delivered as typed Parquet. 21 cols

Accounts lb_pair · position · bin_array_lower · bin_array_upper · sender · reserve_x · reserve_y · user_token_x · user_token_y · token_x_mint · token_y_mint · token_program · event_authority · program

solana.meteora_dlmm.claim_fee_event

Every ClaimFee event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 11 cols

Fields lb_pair · position · owner · fee_x · fee_y

solana.meteora_dlmm.claim_fee2

Every decoded ClaimFee2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts lb_pair · position · sender · reserve_x · reserve_y · user_token_x · user_token_y · token_x_mint · token_y_mint · token_program_x · token_program_y · memo_program · event_authority · program

Arguments min_bin_id · max_bin_id · remaining_accounts_info

solana.meteora_dlmm.claim_fee2_event

Every ClaimFee2 event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Fields lb_pair · position · owner · fee_x · fee_y · active_bin_id

solana.meteora_dlmm.claim_reward

Every decoded ClaimReward instruction from Meteora DLMM on Solana, delivered as typed Parquet. 19 cols

Accounts lb_pair · position · bin_array_lower · bin_array_upper · sender · reward_vault · reward_mint · user_token_account · token_program · event_authority · program

Arguments reward_index

solana.meteora_dlmm.claim_reward_event

Every ClaimReward event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 11 cols

Fields lb_pair · position · owner · reward_index · total_reward

solana.meteora_dlmm.claim_reward2

Every decoded ClaimReward2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 21 cols

Accounts lb_pair · position · sender · reward_vault · reward_mint · user_token_account · token_program · memo_program · event_authority · program

Arguments reward_index · min_bin_id · max_bin_id · remaining_accounts_info

solana.meteora_dlmm.claim_reward2_event

Every ClaimReward2 event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Fields lb_pair · position · owner · reward_index · total_reward · active_bin_id

solana.meteora_dlmm.close_bin_array

Every decoded CloseBinArray instruction from Meteora DLMM on Solana, delivered as typed Parquet. 13 cols

Accounts lb_pair · bin_array · rent_receiver · signer

solana.meteora_dlmm.close_limit_order_if_empty

Every decoded CloseLimitOrderIfEmpty instruction from Meteora DLMM on Solana, delivered as typed Parquet. 14 cols

Accounts limit_order · owner · rent_receiver · event_authority · program

solana.meteora_dlmm.close_position

Every decoded ClosePosition instruction from Meteora DLMM on Solana, delivered as typed Parquet. 15 cols

Accounts position · lb_pair · bin_array_lower · bin_array_upper · sender · rent_receiver · event_authority · program

solana.meteora_dlmm.close_position_if_empty

Every decoded ClosePositionIfEmpty instruction from Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Accounts position · sender · rent_receiver · event_authority · program

solana.meteora_dlmm.close_position2

Every decoded ClosePosition2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Accounts position · sender · rent_receiver · event_authority · program

solana.meteora_dlmm.composition_fee_event

Every CompositionFee event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Fields from · bin_id · token_x_fee_amount · token_y_fee_amount · protocol_token_x_fee_amount · protocol_token_y_fee_amount

solana.meteora_dlmm.cpi_event

Every CpiEvent event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Fields program · event_authority · data

solana.meteora_dlmm.decrease_position_length

Every decoded DecreasePositionLength instruction from Meteora DLMM on Solana, delivered as typed Parquet. 15 cols

Accounts rent_receiver · position · owner · system_program · event_authority · program

Arguments length_to_remove · side

solana.meteora_dlmm.go_to_a_bin

Every decoded GoToABin instruction from Meteora DLMM on Solana, delivered as typed Parquet. 14 cols

Accounts lb_pair · bin_array_bitmap_extension · from_bin_array · to_bin_array · event_authority · program

Arguments bin_id

solana.meteora_dlmm.increase_oracle_length

Every decoded IncreaseOracleLength instruction from Meteora DLMM on Solana, delivered as typed Parquet. 13 cols

Accounts oracle · funder · system_program · event_authority · program

Arguments length_to_add

solana.meteora_dlmm.increase_position_length

Every decoded IncreasePositionLength instruction from Meteora DLMM on Solana, delivered as typed Parquet. 16 cols

Accounts funder · lb_pair · position · owner · system_program · event_authority · program

Arguments length_to_add · side

solana.meteora_dlmm.increase_position_length2

Every decoded IncreasePositionLength2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 15 cols

Accounts funder · lb_pair · position · owner · system_program · event_authority · program

Arguments minimum_upper_bin_id

solana.meteora_dlmm.initialize_bin_array

Every decoded InitializeBinArray instruction from Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Accounts lb_pair · bin_array · funder · system_program

Arguments index

solana.meteora_dlmm.initialize_customizable_permissionless_lb_pair

Every decoded InitializeCustomizablePermissionlessLbPair instruction from Meteora DLMM on Solana, delivered as typed Parquet. 22 cols

Accounts lb_pair · bin_array_bitmap_extension · token_mint_x · token_mint_y · reserve_x · reserve_y · oracle · user_token_x · funder · token_program · system_program · user_token_y · event_authority · program

Arguments params

solana.meteora_dlmm.initialize_customizable_permissionless_lb_pair2

Every decoded InitializeCustomizablePermissionlessLbPair2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 25 cols

Accounts lb_pair · bin_array_bitmap_extension · token_mint_x · token_mint_y · reserve_x · reserve_y · oracle · user_token_x · funder · token_badge_x · token_badge_y · token_program_x · token_program_y · system_program · user_token_y · event_authority · program

Arguments params

solana.meteora_dlmm.initialize_lb_pair2

Every decoded InitializeLbPair2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 26 cols

Accounts lb_pair · bin_array_bitmap_extension · token_mint_x · token_mint_y · reserve_x · reserve_y · oracle · preset_parameter · funder · token_badge_x · token_badge_y · token_program_x · token_program_y · system_program · event_authority · program

Arguments active_id · padding · params

solana.meteora_dlmm.initialize_position

Every decoded InitializePosition instruction from Meteora DLMM on Solana, delivered as typed Parquet. 17 cols

Accounts payer · position · lb_pair · owner · system_program · rent · event_authority · program

Arguments lower_bin_id · width

solana.meteora_dlmm.initialize_position_by_operator

Every decoded InitializePositionByOperator instruction from Meteora DLMM on Solana, delivered as typed Parquet. 22 cols

Accounts payer · base · position · lb_pair · owner · operator · operator_token_x · owner_token_x · system_program · event_authority · program

Arguments lower_bin_id · width · fee_owner · lock_release_point

solana.meteora_dlmm.initialize_position_pda

Every decoded InitializePositionPda instruction from Meteora DLMM on Solana, delivered as typed Parquet. 18 cols

Accounts payer · base · position · lb_pair · owner · system_program · rent · event_authority · program

Arguments lower_bin_id · width

solana.meteora_dlmm.initialize_position2

Every decoded InitializePosition2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 16 cols

Accounts payer · position · lb_pair · owner · system_program · event_authority · program

Arguments lower_bin_id · width

solana.meteora_dlmm.initialize_preset_parameter

Every decoded InitializePresetParameter instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts preset_parameter · operator · signer · payer · system_program

Arguments index · bin_step · base_factor · filter_period · decay_period · reduction_factor · variable_fee_control · max_volatility_accumulator · protocol_share · base_fee_power_factor · function_type · ix

solana.meteora_dlmm.initialize_token_badge

Every decoded InitializeTokenBadge instruction from Meteora DLMM on Solana, delivered as typed Parquet. 13 cols

Accounts token_mint · token_badge · operator · signer · payer · system_program

solana.meteora_dlmm.place_limit_order

Every decoded PlaceLimitOrder instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts lb_pair · bin_array_bitmap_extension · reserve · token_mint · limit_order · payer · owner · user_token · sender · token_program · system_program · event_authority · program

Arguments params · remaining_accounts_info

solana.meteora_dlmm.rebalance_liquidity

Every decoded RebalanceLiquidity instruction from Meteora DLMM on Solana, delivered as typed Parquet. 38 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · owner · rent_payer · token_x_program · token_y_program · memo_program · system_program · event_authority · program

Arguments active_id · max_active_bin_slippage · should_claim_fee · should_claim_reward · min_withdraw_x_amount · max_deposit_x_amount · min_withdraw_y_amount · max_deposit_y_amount · shrink_mode · padding · removes · adds · remaining_accounts_info · params

solana.meteora_dlmm.rebalancing_event

Every Rebalancing event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 21 cols

Fields lb_pair · position · owner · active_bin_id · x_withdrawn_amount · x_added_amount · y_withdrawn_amount · y_added_amount · x_fee_amount · y_fee_amount · old_min_id · old_max_id · new_min_id · new_max_id · rewards

solana.meteora_dlmm.remove_all_liquidity

Every decoded RemoveAllLiquidity instruction from Meteora DLMM on Solana, delivered as typed Parquet. 23 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · bin_array_lower · bin_array_upper · sender · token_x_program · token_y_program · event_authority · program

solana.meteora_dlmm.remove_liquidity

Every decoded RemoveLiquidity instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · bin_array_lower · bin_array_upper · sender · token_x_program · token_y_program · event_authority · program

Arguments bin_liquidity_removal

solana.meteora_dlmm.remove_liquidity_by_range

Every decoded RemoveLiquidityByRange instruction from Meteora DLMM on Solana, delivered as typed Parquet. 26 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · bin_array_lower · bin_array_upper · sender · token_x_program · token_y_program · event_authority · program

Arguments from_bin_id · to_bin_id · bps_to_remove

solana.meteora_dlmm.remove_liquidity_by_range2

Every decoded RemoveLiquidityByRange2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 26 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · sender · token_x_program · token_y_program · memo_program · event_authority · program

Arguments from_bin_id · to_bin_id · bps_to_remove · remaining_accounts_info

solana.meteora_dlmm.remove_liquidity2

Every decoded RemoveLiquidity2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts position · lb_pair · bin_array_bitmap_extension · user_token_x · user_token_y · reserve_x · reserve_y · token_x_mint · token_y_mint · sender · token_x_program · token_y_program · memo_program · event_authority · program

Arguments bin_liquidity_removal · remaining_accounts_info

solana.meteora_dlmm.swap

Every decoded Swap instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts lb_pair · bin_array_bitmap_extension · reserve_x · reserve_y · user_token_in · user_token_out · token_x_mint · token_y_mint · oracle · host_fee_in · user · token_x_program · token_y_program · event_authority · program

Arguments amount_in · min_amount_out

solana.meteora_dlmm.swap_event

Every Swap event emitted by Meteora DLMM on Solana, delivered as typed Parquet. 17 cols

Fields lb_pair · from · start_bin_id · end_bin_id · amount_in · amount_out · swap_for_y · fee · protocol_fee · fee_bps · host_fee

solana.meteora_dlmm.swap_exact_out

Every decoded SwapExactOut instruction from Meteora DLMM on Solana, delivered as typed Parquet. 24 cols

Accounts lb_pair · bin_array_bitmap_extension · reserve_x · reserve_y · user_token_in · user_token_out · token_x_mint · token_y_mint · oracle · host_fee_in · user · token_x_program · token_y_program · event_authority · program

Arguments max_in_amount · out_amount

solana.meteora_dlmm.swap_exact_out2

Every decoded SwapExactOut2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 26 cols

Accounts lb_pair · bin_array_bitmap_extension · reserve_x · reserve_y · user_token_in · user_token_out · token_x_mint · token_y_mint · oracle · host_fee_in · user · token_x_program · token_y_program · memo_program · event_authority · program

Arguments max_in_amount · out_amount · remaining_accounts_info

solana.meteora_dlmm.swap_with_price_impact

Every decoded SwapWithPriceImpact instruction from Meteora DLMM on Solana, delivered as typed Parquet. 25 cols

Accounts lb_pair · bin_array_bitmap_extension · reserve_x · reserve_y · user_token_in · user_token_out · token_x_mint · token_y_mint · oracle · host_fee_in · user · token_x_program · token_y_program · event_authority · program

Arguments amount_in · active_id · max_price_impact_bps

solana.meteora_dlmm.swap_with_price_impact2

Every decoded SwapWithPriceImpact2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 27 cols

Accounts lb_pair · bin_array_bitmap_extension · reserve_x · reserve_y · user_token_in · user_token_out · token_x_mint · token_y_mint · oracle · host_fee_in · user · token_x_program · token_y_program · memo_program · event_authority · program

Arguments amount_in · active_id · max_price_impact_bps · remaining_accounts_info

solana.meteora_dlmm.swap2

Every decoded Swap2 instruction from Meteora DLMM on Solana, delivered as typed Parquet. 26 cols

Accounts lb_pair · bin_array_bitmap_extension · reserve_x · reserve_y · user_token_in · user_token_out · token_x_mint · token_y_mint · oracle · host_fee_in · user · token_x_program · token_y_program · memo_program · event_authority · program

Arguments amount_in · min_amount_out · remaining_accounts_info

solana.meteora_dlmm.update_fees_and_rewards

Every decoded UpdateFeesAndRewards instruction from Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Accounts position · lb_pair · bin_array_lower · bin_array_upper · owner

solana.meteora_dlmm.update_position_operator

Every decoded UpdatePositionOperator instruction from Meteora DLMM on Solana, delivered as typed Parquet. 12 cols

Accounts position · owner · event_authority · program · operator

solana.meteora_dlmm.withdraw_protocol_fee

Every decoded WithdrawProtocolFee instruction from Meteora DLMM on Solana, delivered as typed Parquet. 21 cols

Accounts lb_pair · reserve_x · reserve_y · token_x_mint · token_y_mint · receiver_token_x · receiver_token_y · operator · signer · token_x_program · token_y_program

Arguments max_amount_x · max_amount_y · remaining_accounts_info

solana.meteora_dlmm.zap_protocol_fee

Every decoded ZapProtocolFee instruction from Meteora DLMM on Solana, delivered as typed Parquet. 17 cols

Accounts lb_pair · reserve · token_mint · receiver_token · operator · signer · token_program · sysvar_instructions

Arguments max_amount · remaining_accounts_info

dataset: meteora-dlmm · 73 tables · schema v1.0