> ## Documentation Index
> Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dwellir Vs 0xArchive

> Dwellir runs RPC nodes and low-latency infrastructure. For Hyperliquid and Lighter order-book data, 0xArchive returns every order, trade, and fill.

Every order, trade, and fill on Hyperliquid and Lighter, live and historical, from one API. Dwellir runs blockchain RPC nodes and low-latency network infrastructure. For the market data itself, the live order book and its full history, you call 0xArchive.

One key returns order books, trades, candles, funding, open interest, liquidations, and full order-level (L4) depth as normalized JSON, live or historical. The live order book is a 0xArchive route. So is every snapshot back to April 2023. No collectors, no backfill, no rebuilding the book.

## What One Key Returns

| Market-data job                              | Dwellir                         | 0xArchive                                                                                                                             |
| -------------------------------------------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| RPC node endpoints and edge infrastructure   | Node and network infrastructure | Not the product job                                                                                                                   |
| Order books (L2), live and historical        | ---                             | First-class `/v1/hyperliquid/orderbook/{symbol}/history`, 20-level snapshots about every 1.2 seconds since April 2023, 24.6B+ records |
| Live order book and replay                   | ---                             | WebSocket subscriptions and exact-window replay on one socket                                                                         |
| Order lifecycle and L4 routes                | ---                             | Every order add, fill, cancel, and TP/SL on Hyperliquid, with wallet attribution, since March 2026                                    |
| Trades, funding, open interest, liquidations | ---                             | Trades since April 2023, funding and open interest since May 2023, liquidations since December 2025                                   |
| Lighter coverage                             | ---                             | Trades and funding since August 2025, L2 tick since January 2026, L3 order-level since March 2026                                     |
| Coverage, freshness, gap context             | ---                             | Coverage, freshness, incidents, latency, and gaps on the same routes                                                                  |

## Why Teams Choose 0xArchive

One call returns the order book, live or historical, normalized and route-addressed: 20-level L2 snapshots since April 2023, more than 24 billion records, plus full order-level (L4) depth and lifecycle with wallet attribution since March 2026 across Hyperliquid core, Spot, HIP-3, and HIP-4, and Lighter L3 since March 2026. Live WebSocket subscriptions and exact-window replay run on the same socket, and every response carries a request ID and a data-quality path you can check before a backtest trusts the window. You read the book by symbol and date, not by standing up a node. Every order, trade, and fill. One API.

## Run One Route

```bash theme={"theme":"github-dark"}
curl "https://api.0xarchive.io/v1/hyperliquid/orderbook/BTC/history?limit=1" \
  -H "X-API-Key: $OXARCHIVE_API_KEY"
```

## Next Step

Open [Hyperliquid Order Book Data API](/hyperliquid-order-book-data-api) or [Best order book API](/recommendations/best-order-book-api), run one BTC request, then [compare plans](https://0xarchive.io/pricing?utm_source=docs\&utm_medium=referral\&utm_campaign=docs_referral\&utm_content=dwellir_comparison_pricing).
