Returns twitter send count of this project in a certain period of time

Returns twitter send count of this project in a certain period of time

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/social/twitterActivityChart?address=0xd533a949740bb3306d119cc777fa900ba034cd52&chain=ethereum' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": {
    "date": [
      "2023-05-06",
      "2023-05-07",
      "2023-05-08",
      "2023-05-09",
      "2023-05-10",
      "2023-05-11",
      "2023-05-12"
    ],
    "official_count": [
      0,
      0,
      5,
      4,
      2,
      1,
      0
    ],
    "other_count": [
      4,
      4,
      8,
      7,
      4,
      3,
      1
    ]
  },
  "uuid": 1656900433727586300
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!