# BlackBobs.ai Twitter Trends Endpoint 5

> BlackBobs.ai Twitter Trends Endpoint 5 is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.136066/call, status unknown (last checked 2026-09-16).

Fetches current Twitter/X trending topics via a pay-per-call API on the Base blockchain

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/twitter-trends5
- Price: $0.136066/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-twitter-trends-endpoint-5-1f1ef49c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bt96zB9gtt9iApypiyU7M

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 blackbobs-ai-twitter-trends-endpoint-5-1f1ef49c -d '<json body>'
```

Example prompt: What are the top trending topics on Twitter right now? Pull the latest trends from the BlackBobs.ai Twitter trends API so I can see what's going viral.

## When to prefer this

Choose this endpoint when you need real-time Twitter/X trending topics retrieved via a pay-per-call micropayment model without managing your own Twitter API credentials or rate limits. It is well-suited for agents operating on the Base blockchain that already use x402 payments and need quick social trend lookups without a subscription commitment.

## Known failure modes

- Upstream Twitter/X API rate limiting or downtime causing empty or stale results
- Payment failure on Base chain resulting in 402 rejection before data is returned
- Malformed or missing result object if the Twitter trend feed is temporarily unavailable
- Ambiguous or incomplete trend metadata if Twitter limits data for certain regions

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing current Twitter/X trending topics data, likely including trend names, hashtags, tweet volumes, and associated metadata such as rank or category.

## Request schema (JSON Schema)

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

## 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/blackbobs-ai-twitter-trends-endpoint-5-1f1ef49c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
