Historical data

The core contributors index historical L1 data for ease of analytics. Please reach out if you're interested in building applications using this data. We're glad to help and index what you need.
The data is organized as zipped csvs {data_type}/{date}.csv.lz4

User account value snapshots

data_type = account_values
Column name
Description
is_vault
True iff the address is a vault
account_value
Account value in dollars including unrealized pnl and vault deposits
cum_vlm
Volume traded by this account since inception. Does not include vault deposits
cum_ledger
Net deposits (deposits minus withdrawals) since inception. Does not include vault transfers

Asset information snapshots

data_type = asset_ctxs
TODO

Funding payments

data_type = funding
TODO

User deposits and withdrawals

data_type = ledger_updates
TODO

Liquidations

data_type = liquidations
TODO

Non market maker trades

data_type = non_mm_trades
We filter out market maker trades to substantially reduce the data set and provide insight into end user flow, analogously to the GMX stats dashboards.
TODO

Tick Data

data_type = market_data
These are historical recordings of l2 book websocket messages in JSON format.
Last modified 4d ago