# Twitter Following List for reductoai

> Twitter Following List for reductoai is a paid API for AI agents from twitter.surf.cascade.fyi, paid per call via x402, $0.004000/call, status unknown (last checked 2026-09-14).

Returns the paginated list of Twitter accounts that the user reductoai is following.

## Facts

- Endpoint: GET https://twitter.surf.cascade.fyi/users/reductoai/following
- Price: $0.004000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-surf-cascade-fyi-2c8157d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tkmi_ypmxxaPRzt1JzXcR

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 twitter-surf-cascade-fyi-2c8157d9
```

Example prompt: Can you pull up the full list of Twitter accounts that reductoai is following? Use the next cursor if you need to page through results.

## When to prefer this

Use this endpoint when you specifically need the following list for the Twitter account 'reductoai' and want paginated, structured account data. It is purpose-built for this account and is simpler than a generic Twitter API wrapper when the target user is known in advance.

## Known failure modes

- Pagination cursor is invalid or expired — returns error or empty set
- Rate limiting by the underlying Twitter API — may return 429 or empty response
- User account does not exist or is private — returns error or empty list
- Network or proxy service downtime — returns 5xx error

## How this service works

Returns the list of Twitter accounts that the user reductoai is following.

## Output

A paginated list of Twitter/X accounts that the user reductoai follows, including account details such as usernames and profile info, along with a pagination cursor for fetching additional results.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET"
 }
}
```

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "cursor": {
       "type": "string",
       "description": "Pagination cursor"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-surf-cascade-fyi-2c8157d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitter.surf.cascade.fyi](https://www.zero.xyz/host/twitter.surf.cascade.fyi/llms.txt)
