# GGWP Twitter All-in-One API

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

Provides an all-in-one Twitter/X data and interaction endpoint covering search, profiles, tweets, and social analytics via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-aio
- Price: $0.162274/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-all-in-one-api-a3489a68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HkrbnIF9cin5Vpk5c3OPp

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-all-in-one-api-a3489a68 -d '<json body>'
```

Example prompt: Can you pull the latest tweets and profile info for @elonmusk from Twitter, including follower count and recent posts?

## When to prefer this

Choose this endpoint when you need Twitter/X-specific social data — profiles, tweets, search results, or engagement metrics — and want pay-per-call pricing on Base chain via x402 without a subscription. Prefer over direct Twitter API access when you lack Twitter developer credentials or want simple per-use micropayment billing.

## Known failure modes

- Invalid or suspended Twitter username returns empty or error result
- Rate limiting on the underlying Twitter API may return degraded or partial data
- Malformed query parameters result in an unhelpful generic response
- Payment failure on Base chain (insufficient USDC) returns 402 before any data is fetched
- Private or protected Twitter accounts may return no accessible 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 Twitter data such as user profile fields (bio, follower count, following count), tweet content, timestamps, engagement metrics (likes, retweets, replies), and search results matching the query — all wrapped in a top-level '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-all-in-one-api-a3489a68/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)
