Skip to content
@0xArchiveIO

0xArchive

Live and historical market data API for Hyperliquid and Lighter

0xArchive

Granular market data infrastructure for Hyperliquid and Lighter.xyz.

Hyperliquid includes core perps, HIP-3 builder perps, HIP-4 outcome markets, and Hyperliquid Spot. Lighter.xyz is the second top-level venue API. 0xArchive gives developers, analysts, Claude Code users, ChatGPT Codex users, and agent builders one API surface for live and historical order books, trades, candles, funding, open interest, liquidations, replay, data-quality checks, SDKs, CLI, MCP, skills, and file exports.

Start With One Request

  1. Create an account: 0xArchive signup.
  2. Copy an API key.
  3. Run the Quick Start.
  4. Choose the repo that matches the job.

Choose A Repo

Job Repo First path
Use an SDK in Python sdk-python pip install oxarchive
Use an SDK in TypeScript sdk-typescript npm install @0xarchive/sdk
Use an SDK in Rust sdk-rust cargo add oxarchive
Use the terminal, CI, cron, Claude Code, or ChatGPT Codex shells 0xarchive-cli npm install @0xarchive/cli
Use MCP tools via OAuth (no install) Hosted MCP Connect via mcp.0xarchive.io
Self-host MCP for stdio or air-gapped clients 0xarchive-mcp npm install @0xarchive/mcp-server
Use a local skill package in Claude Code, ChatGPT Codex with skills enabled, or another skill-capable coding agent 0xarchive-skill Copy into .claude/skills/0xarchive or .agents/skills/0xarchive. Optional OpenClaw helper: openclaw install 0xarchive
Inspect working notebooks before wiring a client examples Run the liquidation, funding, or HIP-3 notebook

Public Surfaces

Agent Safety

Start local. Give agents the narrowest key and tool scope that can answer the first question. Treat MCP servers, shell commands, and skills as real code with real access. Claude Code and ChatGPT Codex should use the same 0xArchive product truth: one authenticated request first, then expand into SDKs, CLI, MCP, skills, replay, or Data Catalog exports after the result is concrete.

Venue Model

  • Hyperliquid: /v1/hyperliquid/*
  • Hyperliquid HIP-3: /v1/hyperliquid/hip3/*
  • Hyperliquid HIP-4: /v1/hyperliquid/hip4/*
  • Hyperliquid Spot: /v1/hyperliquid/spot/*
  • Lighter.xyz: /v1/lighter/*

HIP-3, HIP-4, and Spot are Hyperliquid-scoped market families, not peer top-level venues beside Hyperliquid and Lighter.xyz.

For large offline studies, use the Data Catalog to quote and export zstd-compressed Parquet. For production systems, use REST, WebSocket, SDKs, CLI, or MCP.

Pinned Loading

  1. 0xarchive-mcp 0xarchive-mcp Public

    Typed 0xArchive market data tools for MCP clients (111 tools). Hyperliquid (perps, HIP-3, HIP-4, Spot) and Lighter.xyz: L4 depth, L3 depth, trades, candles, funding, OI, liquidations.

    JavaScript 11 4

  2. 0xarchive-skill 0xarchive-skill Public

    Agent-ready 0xArchive market data skill for Hyperliquid and Lighter.xyz.

    8

  3. sdk-python sdk-python Public

    Python client for 0xArchive: granular market data for Hyperliquid (perps, HIP-3, HIP-4, Spot) and Lighter.xyz.

    Python 7

  4. sdk-rust sdk-rust Public

    Official Rust SDK for 0xArchive granular market data infrastructure: Hyperliquid (core, HIP-3, HIP-4, Spot) and Lighter.xyz.

    Rust 8

  5. sdk-typescript sdk-typescript Public

    TypeScript SDK for 0xArchive: granular market data infrastructure for Hyperliquid and Lighter.xyz. REST, WebSocket, replay, and orderbook reconstruction.

    TypeScript 8

  6. 0xarchive-cli 0xarchive-cli Public

    CLI for 0xArchive granular market data: Hyperliquid (core, HIP-3, HIP-4, Spot) and Lighter.xyz.

    TypeScript 10

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…