Skip to main content
GET
/
gateway
/
v1
/
social
/
smart-followers
/
history
Smart Follower Count History
curl --request GET \
  --url https://api.ask.surf/gateway/v1/social/smart-followers/history
{
  "data": [
    {
      "count": 123,
      "date": "<string>"
    }
  ],
  "meta": {
    "cached": true,
    "credits_used": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "$schema": "<string>"
}

Query Parameters

x_id
string

Numeric X (Twitter) account ID (takes priority over q)

Example:

"984188226826010624"

q
string

Project name to resolve (e.g. uniswap, ethereum). Must be a project with a linked X account — personal handles like VitalikButerin return 404. Use x_id for individual accounts.

Example:

"uniswap"

limit
integer<int64>
default:36

Max data points to return (upstream typically provides ~36 daily points)

Required range: 1 <= x <= 100
Example:

36

Response

OK

data
object[] | null
required
meta
object
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/DataResponseSmartFollowerHistoryPoint.json"