twitter.surf.cascade.fyi publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.004 to $0.005 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /tweets | GET | $0.004 | 200 |
| /tweets/search | GET | $0.005 | 200 |
| /users | GET | $0.004 | 200 |
| /users/search | GET | $0.004 | 200 |
Batch fetch multiple tweets by ID in a single request. Returns full tweet objects with text, author, metrics, media, and engagement data.
Search Twitter/X tweets with advanced query operators (from:, to:, has:, lang:, etc). Returns tweet text, author, metrics, media. Supports sort by Latest/Top, pagination up to 200 results per request.
Batch fetch multiple Twitter/X user profiles by username or ID. Returns display name, bio, follower/following counts, verification status, and profile metadata.
Search Twitter/X user profiles by keyword. Returns username, display name, bio, follower/following counts, verification status. Supports pagination.