Predictions
Prediction Best
GET /v2/prediction/bestParameters
Parameter
Type
Required
Default
Description
Example Request
curl "https://api.synthdata.co/v2/prediction/best?asset=BTC&time_increment=300&time_length=86400" \
-H "Authorization: Apikey YOUR_API_KEY"Response
[
{
"miner_uid": 2,
"start_time": 1769177040,
"predictions": [
[89209, 89280.29, 89311.84, 89337.37, ...],
[89209, 89195.42, 89178.33, 89201.56, ...],
...
]
}
]Prediction Latest
Parameters
Parameter
Type
Required
Default
Description
Prediction Historical
Parameters
Parameter
Type
Required
Default
Description
Last updated