# GGWP API Hub – Endpoint ig452

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

A multi-domain API endpoint on the GGWP hub offering access to social media, jobs, finance, crypto, and utility tools via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig452
- Price: $0.153204/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-endpoint-ig452-0ca5bb86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rCdjEwewD5nyNafVJcVvn

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-endpoint-ig452-0ca5bb86 -d '<json body>'
```

Example prompt: Can you pull data from the GGWP API Hub — I need to query the ig452 endpoint to get back some structured result, and it should charge per call via USDC on Base chain.

## When to prefer this

Choose this endpoint when you need a pay-per-call, blockchain-settled API call across social media, jobs, finance, crypto, or utility domains and you are already integrated with the x402 payment protocol on Base chain. It is best suited for agents that need on-demand data without subscription commitments and want a single hub for multiple data verticals.

## Known failure modes

- Insufficient USDC balance on Base chain — payment fails and request is rejected
- Malformed or missing request payload — endpoint returns an error or empty result
- Endpoint-specific sub-service unavailable — result may be null or contain error metadata
- Rate limiting or quota exceeded — returns 429 or equivalent error
- Network timeout from Vercel hosting — slow or dropped response

## 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 JSON object with a 'result' key containing the API response data from the specific sub-domain queried (social media, jobs, finance, crypto, or tools). The exact shape of the nested data depends on the underlying capability invoked.

## 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-endpoint-ig452-0ca5bb86/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)
