# GGWP Twitter Trends API (twitter-trends5)

> GGWP Twitter Trends API (twitter-trends5) is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.136066/call, status unknown (last checked 2026-09-15).

Fetches current Twitter/X trending topics, likely filtered or ranked by a specific set of criteria or region variant (instance 5).

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-trends5
- Price: $0.136066/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-twitter-trends-api-twitter-trends5-5008e105
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9fL8JKqM7Gj3f_j2F8_YL

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 ggwp-twitter-trends-api-twitter-trends5-5008e105 -d '<json body>'
```

Example prompt: Can you pull the current trending topics on Twitter right now so I can see what hashtags and conversations are blowing up today?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time Twitter trending data via a pay-per-call model without committing to a subscription. Useful for agents that need occasional trend lookups rather than continuous polling. The x402 micropayment model on Base chain makes it suitable for autonomous agent workflows that budget per API call.

## Known failure modes

- Twitter API rate limit or access restriction returns empty or error result
- Stale trend data if upstream Twitter API cache is not refreshed
- Malformed response if Twitter's API changes its schema
- Payment failure on Base chain preventing call execution
- Vercel cold-start latency causing timeout on first request

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

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

## 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/ggwp-twitter-trends-api-twitter-trends5-5008e105/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
