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
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 |
data_type = asset_ctxs
TODO
data_type = funding
TODO
data_type = ledger_updates
TODO
data_type = liquidations
TODO
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
data_type = market_data
These are historical recordings of l2 book websocket messages in JSON format.
Last modified 4d ago