get https://api.opticodds.com/api/v3/copilot/fixtures/odds/historical
Description
This endpoint will allow you to view the full history of a given odd, this includes when it is settled, suspended, or the price changes.
Specific Parameter Information
For a full list of parameters, scroll to the bottom of this page.
id
Can pass up to 10 of these per request.
odds_format
Needs to be one of the following (AMERICAN
, DECIMAL
, PROBABILITY
, MALAY
, HONG_KONG
, INDONESIAN
). This defaults to AMERICAN
.
Example Responses
URL: https://api.opticodds.com/api/v3/copilot/fixtures/odds/historical?&id=96:-1:2025081351A30193:moneyline:kamil_kos
{
"data": [
{
"id": "96:-1:2025081351A30193:moneyline:kamil_kos",
"entries": [
{
"timestamp": 1755110904.696682,
"event": "copilot-settled-odds",
"price": 1050.0,
"is_main": true,
"settlement": "Lost"
},
{
"timestamp": 1755110840.04459,
"event": "copilot-locked-odds",
"price": 1050.0,
"is_main": true,
"settlement": null
},
{
"timestamp": 1755110809.451415,
"event": "copilot-odds",
"price": 1050.0,
"is_main": true,
"settlement": null
},
{
"timestamp": 1755110725.246358,
"event": "copilot-odds",
"price": 575.0,
"is_main": true,
"settlement": null
},
...
{
"timestamp": 1755110160.409335,
"event": "copilot-odds",
"price": -130.0,
"is_main": true,
"settlement": null
},
{
"timestamp": 1755107335.40856,
"event": "copilot-odds",
"price": -122.0,
"is_main": true,
"settlement": null
}
]
}
]
}