Returns twitter infos of a project or user

Returns twitter infos of a project or user

Sample Request

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

Sample Response

{
  "code": 0,
  "data": {
    "id": "635682749",
    "username": "suji_yan",
    "name": "Suji Yan - Mask is BUIDLing",
    "url": "https://t.co/sFQhte067x",
    "verified": true,
    "description": "founder of @realmasknetwork #Mask🐦\nMaintain some fediverse instances\nsujiyan.eth",
    "created_at": "2012-07-14T21:54:18Z",
    "pinned_tweet_id": null,
    "profile_image_url": "https://pbs.twimg.com/profile_images/1571030729605144577/Nxsva4Vq_normal.png",
    "followers_count": 20270,
    "following_count": 3695,
    "listed_count": 406,
    "tweet_count": 13134
  },
  "uuid": 1656899742753751000
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!