(batch) Returns twitter infos of a project or user

(batch) Returns twitter infos of a project or user

Log in to see full request history

Sample Request

curl --request POST \ --url https://api.0xscope.com/v2/social/twitterInfo_batch \ --header 'API-KEY: your-api-key' \ --header 'accept: */*' \ --header 'content-type: application/json' \ --data ' { "addresses": [ "0x934b510d4c9103e6a87aef13b816fb080286d649", "0x00ede3b3a16ca0879c2791f940fbbc6008b6b73b", "0x08d65218f9ac9b69cc4b5c4ff9d1c6672cfe4b80" ], "chain": "ethereum" } '

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, "address": "0x934b510d4c9103e6a87aef13b816fb080286d649" }, { "id": "1084993122927439872", "username": "huang1886", "name": "加密撸逼(💙,🧡)", "url": "https://t.co/ta8Cqm6RZa", "verified": false, "description": "-撸毛圣经:可能不值钱,但我必须有 \n-猪脚饭博主#zkApes\nhttps://t.co/MNQ03paFE2\n⏳@t2wrld", "created_at": "2019-01-15T01:58:13Z", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1646700675169124352/g5p5gou-_normal.jpg", "followers_count": 396, "following_count": 2721, "listed_count": 17, "tweet_count": 2703, "address": "0x00ede3b3a16ca0879c2791f940fbbc6008b6b73b" } ], "uuid": 1656900011105321000 }
Body Params
addresses
array of strings
Defaults to 0x934b510d4c9103e6a87aef13b816fb080286d649,0x00ede3b3a16ca0879c2791f940fbbc6008b6b73b,0x08d65218f9ac9b69cc4b5c4ff9d1c6672cfe4b80
addresses
string
Defaults to ethereum
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
*/*