# GGWP Twitter API

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

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

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-api-47
- Price: $0.199084/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-4091f14d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5QqfW1f3J8gSpXqJuQk7D

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-4091f14d -d '<json body>'
```

Example prompt: Can you pull the latest tweets and profile info for the Twitter account @elonmusk using the GGWP Twitter API?

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-call access to Twitter/X data without managing a full Twitter API developer account, and you are already operating within the x402 micropayment ecosystem on Base chain.

## Known failure modes

- Invalid or missing Twitter query parameters returns an error result
- Insufficient USDC balance or x402 payment failure blocks the request
- Rate limits from the underlying Twitter API may cause failures
- Malformed request body results in an error response
- Twitter API downtime or changes may cause upstream failures

## 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 such as tweet content, user profile information, engagement metrics, or search results 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-4091f14d/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)
