History tape
Quote tape and settlement for one contract. Vault only — no live source fan-out on the request path.
GET/v6/esports/history/contract
| Param | Type | Required | Description |
|---|---|---|---|
| market_key | string | — | Canonical market key. Required unless prop_id + book. |
| prop_id | string | — | Use with book when you do not have market_key. |
| book | string | — | Book slug. Required with prop_id. |
cURLGET
curl -H "X-API-Key: YOUR_API_KEY" \ "https://kashrock.up.railway.app/v6/esports/history/contract?market_key=kr_mk_bb9dc1e03b45f0d4"
200 · live
{
"prop_id": "kr_prop_90f5d48848af",
"market_key": "kr_mk_bb9dc1e03b45f0d4",
"contract": {
"book": "underdog",
"event_id": "kr_ev_d2a547772dc4",
"market_definition_id": "kr_md_lol_kills_maps_1_2_v1"
},
"quote_tape": [
{
"side": "over",
"line": 6.5,
"price_american": -121,
"market_status": "open",
"is_latest": true
}
]
}