Added
v1.7.1 - Ensemble Signals Endpoint
about 17 hours ago by ReadMe GitHub Action
The Signals API now includes an ensemble endpoint for retrieving the latest ensemble trading signals for a single ticker. This endpoint is currently available for 'BTC_CRY' only.
Added
GET /signals/ensembleendpoint - Retrieve the latest ensemble trading signals for one ticker, ordered newest first. Currently available for 'BTC_CRY' only. The endpoint accepts:ticker- Single ticker string to fetch signals for. Currently only 'BTC_CRY' is supportedmodel_name- Ensemble model to use (latestorv2_raw, withlatestcurrently mapped tov2_raw)n_models- Number of latest ensemble signals to return (12by default, maximum20)- When no ensemble rows are found, the endpoint returns
signals: []with a message explaining that no ensemble signals were found for the ticker
