Skip to main content
GET
Get symbol coverage with gaps

Authorizations

X-API-Key
string
header
required

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

Path Parameters

exchange
enum<string>
required

Exchange name

Available options:
hyperliquid,
lighter,
hip3,
spot,
hip4
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 August 13, 2026