microsecond-timestamped crypto market data. hourly parquet. $0.

trades, order books, liquidations, funding and prediction markets from binance, bybit, okx, hyperliquid and polymarket — captured at the socket by a single-core rust engine, consolidated to R2, ready for pandas.

10 datasets · 5 exchanges · 1,000+ symbols

the data

ten datasets across binance, bybit, okx, hyperliquid and polymarket — spot, perps and prediction markets

every row carries the exchange timestamp and a microsecond socket-receive timestamp. files are hive-partitioned by date, hour, message type, instrument, exchange and symbol.

the engine

does the hard work, so the hardware doesn't have to

every file on this site is produced by a rust engine doing the hard part — connect, parse, dedup, timestamp, persist — with zero allocations and no locks on the hot path. one instance absorbs 200k messages a second; the whole service is four €19/month collector boxes and a consolidator. scaling through a market meltdown means adding a box, not rewriting — and every row carries a microsecond socket timestamp instead of a gateway guess.

tick-to-trade p99
<20µs
socket → strategy, measured live
steady-state allocations
0
network, decode & strategy threads
peak ingest
200k/s
messages per instance, measured
infrastructure
~€3/day
four collectors + a consolidator
watch it run — live metrics, no signup

the engine isn't for sale. today, it only powers this site.