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

symbol
string
required

Symbol name (e.g., BTC, ETH)

Example:

"BTC"

Query Parameters

from
integer<int64>

Start of gap detection window (Unix milliseconds). Default: now - 30 days.

Example:

1704067200000

to
integer<int64>

End of gap detection window (Unix milliseconds). Default: now.

Example:

1706745600000

Response

Symbol coverage with gaps

Per-symbol coverage response with gap detection

exchange
string
required

Exchange name

symbol
string
required

Symbol name

data_types
object
required
Last modified on May 20, 2026