Skip to main content
GET
https://api.0xarchive.io
/
v1
/
status
/
coverage
Get public coverage status
curl --request GET \
  --url https://api.0xarchive.io/v1/status/coverage
{
  "exchanges": [
    {
      "exchange": "<string>",
      "data_types": {}
    }
  ]
}

Response

Public coverage status

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 19, 2026