Skip to main content
GET
/
api
/
v1
/
openapi.json
cURL
curl -I 'https://api.0xinsider.com/api/v1/openapi.json'
{
  "object": "<string>",
  "error": {
    "message": "<string>",
    "doc_url": "<string>",
    "param": "<string>"
  },
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "cache_age_s": 123
  }
}
Resolve the canonical OpenAPI document from the API origin. Returns a temporary redirect to the web-origin spec at https://0xinsider.com/api/v1/openapi.json. One spec, one owner, still discoverable from the API origin.
curl -I "https://api.0xinsider.com/api/v1/openapi.json"
Use the Location header as the canonical OpenAPI URL for code generation and docs tooling.

Response

Temporary redirect to the canonical web-origin OpenAPI spec.