# GGWP API Hub - X.com (Twitter) Data Endpoint 2

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

Fetches data from X.com (Twitter) via a pay-per-call API hub using the x402 micropayment protocol on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/x-com2
- Price: $0.116428/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-x-com-twitter-data-endpoint-2-f836b9be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pTlNlD_6CJ05E4nNygBYG

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-x-com-twitter-data-endpoint-2-f836b9be -d '<json body>'
```

Example prompt: Can you pull the latest tweets and profile info for the X.com account @elonmusk using GGWP's Twitter data endpoint?

## When to prefer this

Choose this endpoint when you need programmatic access to X.com/Twitter data and want to pay per-call without a subscription, especially in crypto-native or agent workflows where x402 micropayments on Base chain are already integrated.

## Known failure modes

- Invalid or missing Twitter handle returns empty or error result
- Payment failure via x402 protocol blocks the request
- Rate limiting from underlying X.com API returns error response
- Malformed input object returns generic error
- Account not found or suspended returns null 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 X.com/Twitter data such as tweets, profile information, engagement metrics, or timeline content 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-api-hub-x-com-twitter-data-endpoint-2-f836b9be/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)
