Skip to main content
GET
/
api
/
v1
/
market
/
{condition_id}
/
snapshot
Get market live snapshot
curl --request GET \
  --url https://api.0xinsider.com/api/v1/market/{condition_id}/snapshot \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": {
    "market": {
      "id": "<string>",
      "condition_id": "<string>",
      "provider": "<string>",
      "status": "active",
      "title": "<string>",
      "slug": "<string>",
      "page_slug": "<string>",
      "event_slug": "<string>",
      "category": "<string>",
      "description": "<string>",
      "image": "<string>",
      "series_slug": "<string>",
      "kalshi_series_slug": "<string>",
      "market_type": "<string>",
      "market_result": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "end_date": "2023-11-07T05:31:56Z",
      "resolved_at": "2023-11-07T05:31:56Z"
    },
    "outcomes": [
      {
        "side": "yes",
        "label": "<string>",
        "top_of_book": {
          "status": "available",
          "source": "<string>",
          "best_bid": 123,
          "best_ask": 123,
          "spread_bps": 123,
          "bid_depth_usdc": 123,
          "ask_depth_usdc": 123,
          "reason": "<string>"
        },
        "token_id": "<string>",
        "current_price": 123
      }
    ],
    "liquidity": {
      "source": "<string>",
      "volume_usd": 123,
      "liquidity_usd": 123,
      "volume_24h_usd": 123,
      "last_price": 123
    },
    "sports": {
      "status": "fresh",
      "source": "<string>",
      "live_match_key": "<string>",
      "live_league_key": "<string>",
      "live_score": {},
      "reason": "<string>"
    },
    "freshness": {
      "market_data": {
        "status": "fresh",
        "source": "<string>",
        "as_of": "2023-11-07T05:31:56Z",
        "stale_after_s": 123,
        "reason": "<string>"
      },
      "top_of_book": {
        "status": "fresh",
        "source": "<string>",
        "as_of": "2023-11-07T05:31:56Z",
        "stale_after_s": 123,
        "reason": "<string>"
      },
      "live_sports": {
        "status": "fresh",
        "source": "<string>",
        "as_of": "2023-11-07T05:31:56Z",
        "stale_after_s": 123,
        "reason": "<string>"
      }
    }
  },
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "cache_age_s": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer oxi_sk_live_...

Path Parameters

condition_id
string
required

Market condition ID. Use the condition_id returned by /api/v1/markets/search or /api/v1/markets/explore, not the prefixed market.id value (mkt_...).

Response

Provider-first market snapshot

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