# KiteEndpoints.ai - Twitter Cheap API

> KiteEndpoints.ai - Twitter Cheap API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Provides a low-cost Twitter/X data endpoint via a pay-per-request hub, returning social media data for a flat $0.10 USDC fee per call.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-cheap
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-cheap-api-82646d18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h0pHJTVoe863H-DbnCw_F

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 kiteendpoints-ai-twitter-cheap-api-82646d18 -d '<json body>'
```

Example prompt: Can you pull Twitter data for the handle @elonmusk using the cheap Twitter endpoint — I just need recent activity and I'm okay paying $0.10 USDC per call on Base chain.

## When to prefer this

Choose this endpoint when you need Twitter/X data at low cost without committing to an expensive monthly Twitter API plan, and you can pay $0.10 USDC per call on Base chain. Best for infrequent or lightweight Twitter data lookups where per-request micropayment pricing is more economical than a subscription.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required
- Invalid or malformed request body — 400 Bad Request
- Twitter/X upstream API rate limit or outage — 503 or 502 error
- Unsupported query parameters passed — generic error in result object
- Network timeout from Vercel deployment — 504 Gateway Timeout

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing Twitter/X API response data — the exact structure depends on the underlying query but typically includes social media data such as tweets, user info, or search results wrapped in a result field.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-twitter-cheap-api-82646d18/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
