Predictions Historical
Get predictions from a specific past date.
GET /v2/prediction/historicalParameters
Parameter
Type
Required
miner
array[int]
Yes
asset
string
Yes
start_time
string
Yes (ISO 8601)
time_increment
integer
Yes
time_length
integer
Yes
Request
curl "https://api.synthdata.co/v2/prediction/historical?miner=42&asset=BTC&start_time=2025-01-15T00:00:00Z&time_increment=300&time_length=86400" \
-H "Authorization: Apikey YOUR_API_KEY"