# GGWP API Hub – Twitter/X Endpoint

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

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

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-x
- Price: $0.141896/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-x-endpoint-f9c8bd34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OTFUgdFHAlsAUAEyWA15g

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-x-endpoint-f9c8bd34 -d '<json body>'
```

Example prompt: Can you pull the latest tweets mentioning 'AI agents' from Twitter/X and summarize what people are saying?

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-call access to Twitter/X data without committing to a subscription, especially in crypto-native or agentic workflows that already use the x402 payment protocol on Base chain. It is suitable for one-off social data lookups, brand monitoring, or trend research integrated into automated pipelines.

## Known failure modes

- Invalid or missing query parameters return an error in the result object
- Payment failure via x402 protocol prevents the call from completing
- Twitter/X rate limits or API restrictions may cause empty or partial results
- Malformed input schema returns a generic error response
- Deleted or private accounts/tweets return no 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 API response data, which may include tweet content, user profile fields, engagement metrics (likes, retweets, replies), timestamps, and related metadata depending on the query type.

## 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-x-endpoint-f9c8bd34/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)
