Skip to main content
GET
https://api.0xarchive.io
/
v1
/
data-quality
/
coverage
/
{exchange}
Get exchange coverage
curl --request GET \
  --url https://api.0xarchive.io/v1/data-quality/coverage/{exchange} \
  --header 'X-API-Key: <api-key>'
{
  "exchange": "<string>",
  "data_types": {}
}

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.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://www.0xarchive.io/dashboard/

Path Parameters

exchange
enum<string>
required

Exchange name

Available options:
hyperliquid,
lighter,
hip3
Example:

"hyperliquid"

Response

Exchange coverage

Coverage for a single exchange

exchange
string

Exchange name

data_types
object
Last modified on May 20, 2026