Skip to main content
GET
/
api
/
v1
cURL
curl 'https://api.0xinsider.com/api/v1'
{
  "object": "api_discovery",
  "data": {
    "api_base_url": "https://api.0xinsider.com",
    "docs_url": "https://0xinsider.com/llms-full.txt",
    "openapi_url": "https://0xinsider.com/api/v1/openapi.json",
    "health_url": "https://api.0xinsider.com/api/v1/health",
    "authentication": "Bearer API key required for data endpoints; discovery and health are public.",
    "authenticated_routes": [
      "GET /api/v1/markets/search"
    ]
  },
  "meta": {
    "request_id": "req_550e8400-e29b-41d4-a716-446655440000",
    "cached": false,
    "cache_age_s": null
  }
}
Discover the public V1 API surface without a key. GET /api/v1 returns the API base URL, docs URL, OpenAPI URL, unauthenticated health URL, and representative authenticated data routes.
curl "https://api.0xinsider.com/api/v1"
Use it as the first probe for agents, SDK setup, and uptime checks that need the docs and health endpoints before authenticating.

Response

API discovery document

object
string
required
Allowed value: "api_discovery"
data
object
required
meta
object
required