# GGWP API Hub – X Checker

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

Checks or validates an X (Twitter) account, post, or related data via a pay-per-call API endpoint

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/x-checker
- Price: $0.164666/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-checker-e9b4810e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F03XaWMx8D8Zrgrxfgujx

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-checker-e9b4810e -d '<json body>'
```

Example prompt: Can you check whether the X account @elonmusk is active and pull up any available profile details for it?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call check on an X (Twitter) account or post without committing to a subscription-based social media API. Particularly useful in agent workflows that need one-off verification of social handles on the Base chain via x402 micropayments.

## Known failure modes

- Account not found — returns empty or error result
- Invalid username format — API may reject the request
- Rate limiting or payment failure — 402 payment required if USDC not available
- Network timeout on Vercel serverless deployment
- Schema mismatch if input object is malformed

## 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 an object containing the result of the X account or post check, including data fields such as account status, profile information, or validation outcome as available from the API.

## 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-checker-e9b4810e/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)
