# GGWP API Hub – Twitter (API45) Proxy

> GGWP API Hub – Twitter (API45) Proxy is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.10804/call, status unknown (last checked 2026-09-15).

Proxies requests to the Twitter/X API via API45, returning social media data such as user profiles, tweets, or search results, paid per-call via x402 on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-api45
- Price: $0.10804/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-twitter-api45-proxy-69f95826
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__bvW9dh54M0VirLI-J6s9

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-api-hub-twitter-api45-proxy-69f95826 -d '<json body>'
```

Example prompt: Pull the latest tweets from @elonmusk and tell me what he's been posting about in the last 24 hours — use the GGWP Twitter API45 endpoint.

## When to prefer this

Choose this endpoint when you need Twitter/X social data (profiles, tweets, search results) without managing your own Twitter API credentials, and you prefer pay-per-call micro-payment billing via x402 on Base chain rather than a subscription model. It is suitable for agents that need occasional Twitter lookups without committing to a monthly API tier.

## Known failure modes

- Invalid or missing Twitter query parameters returns an error payload
- Rate limiting from the upstream API45/Twitter API may cause 429-style failures
- Malformed request body results in a generic error response
- The underlying API45 Twitter data source may have stale or incomplete data for some accounts
- Payment failure via x402 protocol prevents the call from executing

## 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 JSON object containing the Twitter/X API response payload, typically including tweet text, user metadata, engagement counts (likes, retweets, replies), timestamps, and any other data fields returned by the underlying API45 Twitter endpoint.

## 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-api-hub-twitter-api45-proxy-69f95826/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)
