CO-S-01-05

Description:

Used to measure the deviation in synchronized movement between standardized sentiment strength and price change. By comparing the Z-Score difference between sentiment and price, this metric identifies short-term dislocations and mean-reversion opportunities.

Request Data

{
        "endpoints": [
                "CO-S-01-05"
        ],
        "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-05",
                                                "value": "0.6581"
                                        }
                                ]
                        },
                        {
                                "startTime": "2025-05-01 08:00:00",
                                "endTime": "2025-05-02 07:59:59",
                                "data": [
                                        {
                                                "endpoint": "CO-S-01-05",
                                                "value": "-0.4285"
                                        }
                                ]
                        }
                ]
        },
        {
                "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-05",
                                                "value": "-0.3545"
                                        }
                                ]
                        },
                        {
                                "startTime": "2025-05-01 08:00:00",
                                "endTime": "2025-05-02 07:59:59",
                                "data": [
                                        {
                                                "endpoint": "CO-S-01-05",
                                                "value": "0.5436"
                                        }
                                ]
                        }
                ]
        }
]

最后更新于