# KiteEndpoints.ai Twitter154 API

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

Fetches Twitter/X data via the Twitter154 API endpoint on the KiteEndpoints mega hub, paid per request with USDC on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/twitter154
- Price: $0.08/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-twitter154-api-38aaccd3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Uc_GYi9F84Ni0EqDyXef_

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-twitter154-api-38aaccd3 -d '<json body>'
```

Example prompt: Pull Twitter data for the user @elonmusk using the Twitter154 endpoint — I need their profile info and recent tweets.

## When to prefer this

Use this endpoint when you need Twitter/X data (profiles, tweets, timelines, search) and want to pay per request with USDC cryptocurrency on Base chain without a long-term API subscription. Particularly useful for agents operating in crypto-native environments that support x402 payment protocol.

## Known failure modes

- Invalid or missing Twitter query parameters — returns generic API error
- Rate limit exceeded on the underlying Twitter154 provider — returns 429 or provider error
- Payment not completed in USDC on Base chain — returns 402 Payment Required
- Twitter account suspended or not found — returns empty or error result
- Malformed request body — returns validation error

## 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 data such as user profiles, tweets, timelines, or search results depending on the query parameters passed. The exact shape of the result varies by Twitter154 sub-operation.

## 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-twitter154-api-38aaccd3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
