CO-A-01-04

Description:

The total number of user interaction events related to a token within private communities, including likes, reposts/forwards, replies, quotes, and similar actions.

Request Data

{
        "endpoints": ["CO-A-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-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-04",
                        "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-04",
                        "value": "1331"
                }]
        }]
}]

最后更新于