# Twitter Quote Tweets Lookup

> Twitter Quote Tweets Lookup is a paid API for AI agents from twitter.surf.cascade.fyi, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Fetches all quote tweets for a given tweet by its ID, with pagination support

## Facts

- Endpoint: POST https://twitter.surf.cascade.fyi/tweets/:id/quotes
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-surf-cascade-fyi-c2afd87a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MJ7PbVsQ3GZKBjVhY90O-

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-c2afd87a -d '<json body>'
```

Example prompt: Can you pull all the quote tweets for tweet ID 1234567890 on Twitter so I can see who's been commenting on it?

## When to prefer this

Use this endpoint when you need to retrieve quote tweets (retweets with comments) for a specific tweet and have its tweet ID. Prefer this over scraping or other Twitter data providers when you need a pay-per-call model without a subscription and are already working within the cascade.fyi / x402 payment ecosystem.

## Known failure modes

- Tweet ID not found or deleted — returns 404 or empty result
- Invalid tweet ID format — malformed request error
- Rate limit exceeded — too many requests in a short window
- Tweet is from a private/suspended account — access denied
- Payment failure via x402 protocol — endpoint returns 402 if USDC payment not processed

## How this service works

Quote tweets

## Output

Returns a list of tweet objects that quote the specified tweet, along with a pagination cursor for fetching additional results if there are more quote tweets available.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-surf-cascade-fyi-c2afd87a/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)
