# Simple X API - Get Followers of User 378359302

> Simple X API - Get Followers of User 378359302 is a paid API for AI agents from simple-x-api.com, paid per call via x402, $10/call, status unknown (last checked 2026-09-13).

Retrieves the list of followers for the specific X (Twitter) user with ID 378359302 via a paid x402 proxy to the X API v2 followers endpoint

## Facts

- Endpoint: GET https://simple-x-api.com/api/2/users/378359302/followers
- Price: $10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/simple-x-api-get-followers-of-user-378359302-7488d8e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_InDKM83S923dwRhlPlqqk

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 simple-x-api-get-followers-of-user-378359302-7488d8e9
```

Example prompt: Can you fetch the list of followers for X user ID 378359302? I need to see who follows that account using the X API v2 followers endpoint.

## When to prefer this

Use this endpoint when you need follower data for X user ID 378359302 specifically and want to avoid managing your own X API credentials or OAuth flow — payment is handled via x402 USDC. Prefer this over direct X API access when operating in a crypto-native or agent-payment context.

## Known failure modes

- X API rate limit exceeded — upstream 429 returned
- Invalid or expired x402 payment authorization — 402 returned
- X API authentication failure — 401 from upstream
- User ID not found or account suspended — 404 from upstream
- Payment settlement failure — transaction not confirmed
- X API service outage — 503 or 5xx returned

## How this service works

Proxy the corresponding X API v2 endpoint. x402 authorizes up to $10.00; successful responses settle at X's public non-owned per-resource/per-action price.

## Output

Returns a list of follower user objects for X user ID 378359302, mirroring the X API v2 /users/:id/followers response — including user IDs, usernames, and any other fields the X API returns for that endpoint. Payment settles at X's public per-resource price (up to $10 USDC authorized).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/simple-x-api-get-followers-of-user-378359302-7488d8e9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from simple-x-api.com](https://www.zero.xyz/host/simple-x-api.com/llms.txt)
