# GGWP Twitter API

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

Fetches Twitter/X social media data via a pay-per-call API endpoint using the x402 protocol on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-api-45
- Price: $0.183636/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-twitter-api-89fc4017
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sEAX_HQr3_ZSeNCLp_BOu

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-api-89fc4017 -d '<json body>'
```

Example prompt: Can you pull the latest Twitter data for the user @elonmusk — I need their profile info and recent tweets?

## When to prefer this

Choose this endpoint when you need to retrieve Twitter/X social media data and want to pay per-call via the x402 micropayment protocol on Base chain without a subscription. It is suitable for sporadic or agent-driven queries where predictable per-call pricing is preferable to a monthly API plan.

## Known failure modes

- Invalid or missing Twitter query parameters returns an empty or error result object
- Payment failure on Base chain prevents the request from being processed
- Rate limits from the underlying Twitter API may cause timeouts or empty responses
- Suspended or private Twitter accounts may return no data
- Malformed input schema may result in an unexpected response structure

## 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/X API response data, which may include user profile fields, tweet content, engagement metrics (likes, retweets, replies), timestamps, and other social media metadata depending on the query parameters sent.

## 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-api-89fc4017/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)
