0xArchive Hyperliquid Spot API

Hyperliquid Spot pair, order book, trade, reconstruction, TWAP, and freshness routes.

Operations 12

GET /v1/hyperliquid/spot/pairs List Hyperliquid Spot pairs #
GET /v1/hyperliquid/spot/pairs/{symbol} Get Hyperliquid Spot pair metadata #
GET /v1/hyperliquid/spot/orderbook/{symbol} Get Hyperliquid Spot order book #
GET /v1/hyperliquid/spot/trades/{symbol} Get Hyperliquid Spot trades #
GET /v1/hyperliquid/spot/trades/{symbol}/recent Get recent Hyperliquid spot trades #
GET /v1/hyperliquid/spot/orderbook/{symbol}/l4 Get Hyperliquid Spot L4 order book #
GET /v1/hyperliquid/spot/orderbook/{symbol}/l4/diffs Get Hyperliquid Spot L4 order book diffs #
GET /v1/hyperliquid/spot/orderbook/{symbol}/l4/history Get Hyperliquid Spot L4 order book history #
GET /v1/hyperliquid/spot/orders/{symbol}/history Get Hyperliquid Spot order history #
GET /v1/hyperliquid/spot/twap/{symbol} Get Hyperliquid Spot TWAP #
GET /v1/hyperliquid/spot/twap/user/{user} Get Hyperliquid Spot user TWAP #
GET /v1/hyperliquid/spot/freshness/{symbol} Get Hyperliquid Spot freshness #

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/0xarchive-hyperliquid-spot-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

0xarchive-hyperliquid-spot-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: 0xArchive Hyperliquid Spot API
  description: REST API for current and historical market data from Hyperliquid and Lighter. Hyperliquid coverage includes core perpetuals, Spot, HIP-3 builder perpetuals, and HIP-4 outcome markets. Coverage and access requirements vary by route. See https://docs.0xarchive.io/ for authentication, limits, and examples.
  version: 1.6.1
  termsOfService: https://0xarchive.io/terms
  contact:
    name: 0xArchive Support
    url: https://0xarchive.io
    email: support@0xarchive.io
  license:
    name: Proprietary
    url: https://0xarchive.io/terms
servers:
- url: https://api.0xarchive.io
  description: Production API
security:
- ApiKeyAuth: []
tags:


# --- truncated at 32 KB (40 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/0xarchive/refs/heads/main/openapi/0xarchive-hyperliquid-spot-api-openapi.yml