# GGWP API Hub – Snapshot Hub Endpoint

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

Provides a pay-per-call snapshot of aggregated data across social media, jobs, finance, crypto, and tools via the x402 micropayment protocol on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/snapshot-hub
- Price: $0.099061/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-snapshot-hub-endpoint-c6eac568
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rnm2fhWaMU_YlKYG0iKsW

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-snapshot-hub-endpoint-c6eac568 -d '<json body>'
```

Example prompt: Can you pull me a snapshot from the GGWP API Hub — I need aggregated data across crypto and finance right now, paying per call on Base chain.

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call data access without a subscription, especially when working with micropayment-enabled agents on Base chain. It is particularly suited for agents that need occasional snapshots across multiple domains (crypto, finance, social, jobs) without committing to recurring API costs.

## Known failure modes

- Insufficient USDC balance on Base chain causes payment failure and 402 response
- Malformed or missing result object in request body returns an error
- Upstream data source unavailability may return empty or partial result data
- x402 protocol negotiation failure if wallet or facilitator is misconfigured

## 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 the API response data from the snapshot hub, which may include aggregated records from social media, jobs, finance, crypto, or tools categories depending on the query context.

## 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-snapshot-hub-endpoint-c6eac568/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)
