# GGWP Twitter Tweets & Followers API

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

Retrieves tweets and follower data for a given Twitter/X account via pay-per-call API on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-tweets-followers
- Price: $0.121243/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-tweets-followers-api-4607a228
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kYBZIYZYkG3AYg_bCI_Du

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-tweets-followers-api-4607a228 -d '<json body>'
```

Example prompt: Can you pull the recent tweets and follower count for the Twitter account @elonmusk using the GGWP API?

## When to prefer this

Choose this endpoint when you need Twitter/X tweet and follower data in a pay-per-call model without committing to a subscription, especially in crypto-native or Web3 agent workflows that already use the x402 payment protocol on Base chain. Suitable for one-off lookups or infrequent monitoring tasks where per-call pricing is more economical than a monthly Twitter API plan.

## Known failure modes

- Invalid or non-existent Twitter handle returns empty or error result
- Rate limiting from underlying Twitter API may return partial data
- Payment failure on Base chain (x402) results in 402 response before data is returned
- Vague or malformed input schema may yield generic example response rather than real data
- Private or suspended accounts may return no data

## 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 result object containing tweet data (recent tweets, content, metadata) and follower information for the queried Twitter/X account, structured as a JSON response with a 'result' wrapper 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-tweets-followers-api-4607a228/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)
