CO-A-01-05

Description:

The total number of times a token is mentioned within private communities, including references to its name, ticker symbol, or common aliases.

Request Data

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

最后更新于