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": {}
    }
  ]
}

Authorizations

X-API-Key
string
header
required

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

Response

Coverage summary

Overall coverage response

exchanges
object[]

Coverage entries for supported venue-family keys. The response field remains named exchanges in the API contract.

Last modified on June 27, 2026