# GGWP API Hub – Global Finance

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

Retrieves global finance data including market rates, economic indicators, and financial metrics via pay-per-call on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/global-finance
- Price: $0.103962/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-global-finance-60465a5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k3Cp2tg8xKeycneVnHiqd

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-global-finance-60465a5e -d '<json body>'
```

Example prompt: Can you pull the latest global finance data for me — I need current market rates and economic indicators from the GGWP API Hub?

## When to prefer this

Choose this endpoint when you need global financial data (market rates, economic indicators, macroeconomic metrics) and are operating in an x402/Base chain payment environment. It is well-suited for agents that already use GGWP's API Hub for other data categories and want a unified pay-per-call financial data source without managing separate API subscriptions.

## Known failure modes

- Payment failure on Base chain via x402 protocol — returns 402 Payment Required if wallet is unfunded
- Malformed request body — returns error if required fields are missing
- Upstream finance data provider unavailable — may return empty or error result
- Rate limiting or quota exceeded — possible 429 or error response
- Invalid query parameters — returns error if finance query is not recognized

## 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 global finance data such as market rates, economic indicators, or financial metrics, structured as a JSON response object with a 'result' wrapper containing the queried financial data.

## 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-global-finance-60465a5e/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)
