CO-S-01-04

Description:

Measures excess sentiment beyond what price–volume factors can explain. Extracts the irrational component to flag short-term extreme sentiment or overreactions.

Request Data

{
        "endpoints": [
                "CO-S-01-04"
        ],
        "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-04",
                                                "value": "0.06581"
                                        }
                                ]
                        },
                        {
                                "startTime": "2025-05-01 08:00:00",
                                "endTime": "2025-05-02 07:59:59",
                                "data": [
                                        {
                                                "endpoint": "CO-S-01-04",
                                                "value": "-0.04285"
                                        }
                                ]
                        }
                ]
        },
        {
                "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-04",
                                                "value": "-0.03545"
                                        }
                                ]
                        },
                        {
                                "startTime": "2025-05-01 08:00:00",
                                "endTime": "2025-05-02 07:59:59",
                                "data": [
                                        {
                                                "endpoint": "CO-S-01-04",
                                                "value": "0.05436"
                                        }
                                ]
                        }
                ]
        }
]

最后更新于