CO-A-01-08

Description:

The number of communities (groups or channels) in which the token is mentioned at least once during the specified time window.

Request Data

{
        "endpoints": ["CO-A-01-08"],
        "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-01 23:59:59",
        "timeType": "1d",
        "timePeriods": [{
                "startTime": "2025-05-01 08:00:00",
                "endTime": "2025-05-02 08:00:00",
                "data": [{
                        "endpoint": "CO-A-01-08",
                        "value": "1630"
                }]
        }]
},
{
        "token": "ETH",
        "startTime": "2025-05-01 00:00:00",
        "endTime": "2025-05-01 23:59:59",
        "timeType": "1d",
        "timePeriods": [{
                "startTime": "2025-05-01 08:00:00",
                "endTime": "2025-05-02 08:00:00",
                "data": [{
                        "endpoint": "CO-A-01-08",
                        "value": "1331"
                }]
        }]
}]

最后更新于