Skip to main content
GET
https://api.0xarchive.io
/
v1
/
data-quality
/
coverage
Get coverage summary
curl --request GET \
  --url https://api.0xarchive.io/v1/data-quality/coverage \
  --header 'X-API-Key: <api-key>'
{
  "exchanges": [
    {
      "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/

Response

Coverage summary

Overall coverage response

exchanges
object[]
Last modified on May 20, 2026