# KiteEndpoints.ai Twitter Trending

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

Fetches current trending topics on Twitter/X

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-trending
- Price: $0.2/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-trending-cd6946f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bOmjnhZmRNEB3L3QvsW0Y

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

Example prompt: What topics are trending on Twitter right now? Pull the current trending list for me.

## When to prefer this

Use this endpoint when you need real-time or near-real-time Twitter/X trending topic data without managing your own Twitter API credentials, and are comfortable paying $0.20 USDC per call via the x402 protocol on Base chain.

## Known failure modes

- Twitter/X API rate limit exceeded — may return error or stale data
- Payment failure in USDC on Base chain — request blocked
- Downstream Twitter API unavailable — 502 or timeout
- Invalid or missing request body — 400 error
- Trend data temporarily unavailable for requested region

## 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 structured result object containing the current list of trending topics or hashtags on Twitter/X, potentially including trend names, tweet volumes, and associated metadata.

## 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-trending-cd6946f8/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)
