CO-S-01-03

Description:

Detects sentiment breakouts beyond normal volatility ranges. Uses Bollinger-band deviation and standardized momentum to highlight resonance points where sentiment strength amplifies.

Request Data

{
        "endpoints": [
                "CO-S-01-03"
        ],
        "endTime": "2025-05-01 23:59:59",
        "startTime": "2025-05-01 00:00:00",
        "timeType": "1d",
        "token": [
                "BTC",
                "ETH"
        ]
}

Response Data

[
        {
                "token": "BTC",
                "startTime": "2025-05-01 00:00:00",
                "endTime": "2025-05-02 23:59:59",
                "timeType": "1d",
                "timePeriods": [
                        {
                                "startTime": "2025-05-02 08:00:00",
                                "endTime": "2025-05-03 07:59:59",
                                "data": [
                                        {
                                                "endpoint": "CO-S-01-03",
                                                "value": ["0.6581","2.6581"]
                                        }
                                ]
                        },
                        {
                                "startTime": "2025-05-01 08:00:00",
                                "endTime": "2025-05-02 07:59:59",
                                "data": [
                                        {
                                                "endpoint": "CO-S-01-03",
                                                "value": ["2.03545","2.6581"]
                                        }
                                ]
                        }
                ]
        },
        {
                "token": "ETH",
                "startTime": "2025-05-01 00:00:00",
                "endTime": "2025-05-02 23:59:59",
                "timeType": "1d",
                "timePeriods": [
                        {
                                "startTime": "2025-05-02 08:00:00",
                                "endTime": "2025-05-03 07:59:59",
                                "data": [
                                        {
                                                "endpoint": "CO-S-01-03",
                                                "value": ["2.03545","2.6581"]
                                        }
                                ]
                        },
                        {
                                "startTime": "2025-05-01 08:00:00",
                                "endTime": "2025-05-02 07:59:59",
                                "data": [
                                        {
                                                "endpoint": "CO-S-01-03",
                                                "value": ["4.05436","8.6581"]
                                        }
                                ]
                        }
                ]
        }
]

最后更新于