Skip to main content
GET
cURL
The same market evidence document as Get Market Snapshot, rendered as one self-contained Markdown document with trust included. Use it as prompt context for an LLM or as a brief a person reads; the JSON route is the one with an ETag.

What the document holds

  • The response is text/markdown. It covers identity, outcome labels and tokens, cached quotes, liquidity, live sports, and per-source freshness or unavailable reasons.
  • condition_id accepts the raw provider-backed condition ID from search or explore, or the mkt_-prefixed market ID emitted by V1 responses.
  • Provider text is encoded as indented JSON data inside the document, never re-narrated.
  • An unknown market returns 404, not a degraded document.
  • The response has no ETag, and If-None-Match has no effect. Use the snapshot JSON route for a conditional read.
Get Market Snapshot returns the JSON form with an ETag.

Authorizations

Authorization
string
header
required

API key or OAuth 2.1 access token in the Authorization header as Bearer oxi_sk_live_... or Bearer oxi_at_.... Data calls require an active Pro subscription and return live data. A 401 carries WWW-Authenticate: Bearer resource_metadata="https://api.0xinsider.com/.well-known/oauth-protected-resource" (RFC 6750 section 3, RFC 9728).

Path Parameters

condition_id
string
required

Market condition ID. Accepts the raw provider-backed condition_id returned by /api/v1/markets/search or /api/v1/markets/explore, or the mkt_-prefixed market.id emitted by V1 responses.

Response

Market evidence document (Markdown)

The response is of type string.