# GGWP API Hub - Twitter Endpoint 241

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

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

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-241
- Price: $0.184534/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-endpoint-241-18b546e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-mOKAFVpJu2QGu8_RPNPE

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-endpoint-241-18b546e6 -d '<json body>'
```

Example prompt: Can you pull the latest Twitter data for the account @elonmusk using the GGWP API Hub's Twitter endpoint?

## When to prefer this

Choose this endpoint when you need Twitter/X social data in a pay-per-call model using the x402 protocol on Base chain, particularly in agentic workflows that require micropayments without subscription commitments. Suitable for sporadic or low-volume Twitter data needs where a recurring API subscription is not cost-effective.

## Known failure modes

- Invalid or missing Twitter handle/ID returns an error result
- Insufficient USDC balance on Base chain causes payment failure and no response
- Rate limiting by the underlying Twitter API may result in empty or error responses
- Malformed request body returns schema validation error
- Twitter account is private or suspended, resulting in 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/X social media data such as profile information, tweet content, engagement metrics, or timeline data depending on the specific query parameters provided.

## 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-endpoint-241-18b546e6/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)
