Added

v1.7.1 - Ensemble Signals Endpoint

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/ensemble endpoint - 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 supported
    • model_name - Ensemble model to use (latest or v2_raw, with latest currently mapped to v2_raw)
    • n_models - Number of latest ensemble signals to return (12 by default, maximum 20)
    • When no ensemble rows are found, the endpoint returns signals: [] with a message explaining that no ensemble signals were found for the ticker