cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/social/user/following
{ "data": [ { "followers_count": 123, "following_count": 123, "handle": "<string>", "name": "<string>", "user_id": "<string>", "avatar": "<string>", "bio": "<string>" } ], "meta": { "cached": true, "credits_used": 123, "has_more": true, "limit": 123, "next_cursor": "<string>" }, "$schema": "<string>" }
X (Twitter) username without @ like vitalikbuterin or cz_binance
vitalikbuterin
cz_binance
"vitalikbuterin"
Max results to return
1 <= x <= 100
20
Opaque cursor token from a previous response's next_cursor field for fetching the next page
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/CursorDataResponseXUser.json"