Predictions Historical
Get predictions from a specific past date.
GET /v2/prediction/historicalParameters
Parameter
Type
Required
Description
Request Example
curl "https://api.synthdata.co/v2/prediction/historical?miner=2&asset=BTC&start_time=2025-01-15T00:00:00Z&time_increment=300&time_length=86400" \
-H "Authorization: Apikey YOUR_API_KEY"Response (example)
[
{
"miner_uid": 2,
"start_time": 1736899200,
"predictions": [
[97234.56, 97456.78, 97389.12, ..., 98123.45],
[97234.56, 97567.89, 97612.34, ..., 96789.01],
...
]
}
]Field
Description
Use Cases
Last updated