# twitter.surf.cascade.fyi - User Tweets (woonomic)

> twitter.surf.cascade.fyi - User Tweets (woonomic) 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).

Fetches the recent tweets posted by the Twitter/X user 'woonomic', optionally including replies

## Facts

- Endpoint: GET https://twitter.surf.cascade.fyi/users/woonomic/tweets
- 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-13af80ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mtq-31oxyIPmO2byTuwTX

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-13af80ca
```

Example prompt: Can you pull the latest tweets from woonomic on Twitter, including any replies they've posted?

## When to prefer this

Use this endpoint when you specifically need tweets from the 'woonomic' account (a well-known on-chain crypto analyst), and want a paid, reliable proxy access to Twitter data without needing your own Twitter API credentials. Prefer this over scraping or generic Twitter APIs when operating in an agent environment that supports x402 micropayments.

## Known failure modes

- User account not found or suspended — may return 404 or empty result
- Twitter API rate limiting or proxy downtime — service unavailable error
- Payment failure via x402 protocol — request rejected before execution
- No recent tweets available — empty array returned
- include_replies parameter ignored or misformatted — replies may not appear as expected

## How this service works

User tweets

## Output

A list of recent tweets authored by the Twitter/X user 'woonomic', potentially including reply tweets if the include_replies parameter is set to true. Each tweet likely contains the tweet text, timestamp, and associated metadata.

## 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": {
      "include_replies": {
       "type": "boolean",
       "description": "Include replies"
      }
     }
    }
   },
   "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-13af80ca/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)
