# xspy Twitter Smart Followers Count

> xspy Twitter Smart Followers Count is a paid API for AI agents from xspy.pro, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-08).

Returns the total count of smart followers (high-signal crypto accounts) for a given Twitter/X username

## Facts

- Endpoint: GET https://xspy.pro/api/v1/pro/twitter/%7Busername%7D/smart-followers/count
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/xspy-twitter-smart-followers-count-77436af6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KStRI1rjVLaJMPPq8caGy

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability xspy-twitter-smart-followers-count-77436af6
```

Example prompt: How many smart followers does @elonmusk have on X — I want the high-signal crypto account count from xspy.

## When to prefer this

Use this endpoint when you need a single scalar metric — the count of smart (high-signal crypto) followers — for a Twitter/X account, without needing the full list or individual follower identities. Ideal for quickly ranking or scoring KOLs by crypto audience quality, comparing multiple accounts, or setting thresholds for alerts. Cheaper and faster than fetching the full smart follower graph.

## Known failure modes

- Username not found or invalid — may return resolved:false or a 404-style error
- Account has no smart followers indexed yet — returns totalCount of 0
- Rate limit or payment failure via x402 protocol — returns 402 Payment Required
- Network timeout or xspy crawler unavailability — may return a 5xx error
- Malformed username parameter — may return a 400 Bad Request

## How this service works

Real-time KOL intelligence, smart follower graphs, and on-chain token signals from tweets. Pay only for the calls you make in USDC on Base or Solana. Agent-ready, no API keys required.

## Output

A JSON response with a totalCount integer representing the number of smart followers (high-signal crypto accounts) following the specified Twitter/X account, along with a resolved status flag, HTTP code, and success message.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 200,
  "data": {
   "meta": {
    "resolved": true
   },
   "totalCount": 13
  },
  "status": true,
  "message": "success"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/xspy-twitter-smart-followers-count-77436af6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from xspy.pro](https://www.zero.xyz/host/xspy.pro/llms.txt)
