project, protocol, and version so you can filter to a specific protocol, and any fields unique to a protocol are available in the extra_fields column.
Trades
arbitrum.perpetuals.trades contains one row per position-change event (increase, decrease, or liquidation) for GMX.
Liquidations
arbitrum.perpetuals.liquidations contains GMX perpetual position liquidations, exposed with the same schema as arbitrum.perpetuals.trades.
Fees
arbitrum.perpetuals.fees contains one row per GMX fee event, categorized as position, liquidation, swap, mint, or redeem, with the protocol revenue share.
Metrics
arbitrum.perpetuals.overview contains daily protocol metrics per protocol: volume, open interest, fees, revenue, total value locked, and activity counts across GMX and Variational Omni.
Variational Omni
Variational Omni also exposes settlement-pool, collateral-flow, and platform snapshot tables:arbitrum.perpetuals.settlement_pools- one row per settlement pool holding user USDC collateral.arbitrum.perpetuals.user_actions- user USDC collateral deposits and withdrawals.arbitrum.perpetuals.metrics_daily- daily on-chain total value locked by component and token.arbitrum.perpetuals.market_overview- hourly platform-level snapshots of volume, open interest, and TVL.arbitrum.perpetuals.market_metrics- hourly per-market snapshots of mark price, open interest, funding, and quote depth.