Predictions Best
Get predictions from the current top-ranked miner. This is the simplest endpoint - no miner selection required.
GET /v2/prediction/bestParameters
Parameter
Type
Required
Description
Request Example
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": 1769097780,
"predictions": [
[88975.00, 89012.45, 88934.21, ..., 87633.98],
[88975.00, 89102.33, 89245.67, ..., 90256.12],
...
]
}
]Field
Description
Example: Quick Price Forecast
Last updated