# GGWP API Hub – Real-Time News

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

Fetches real-time news articles and headlines via a pay-per-call API on the Base blockchain using x402 protocol

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/realtime-news
- Price: $0.111501/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-real-time-news-3bb31cfc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OKlwcfOFfM1BUmtj7SFR8

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-real-time-news-3bb31cfc -d '<json body>'
```

Example prompt: Can you pull me the latest real-time news headlines right now — especially anything breaking in crypto or finance?

## When to prefer this

Choose this endpoint when you need real-time, live news data and are operating in a crypto-native agent context that supports x402 micropayments on Base. It is well-suited for agents that need on-demand news without a subscription, paying only per call. Prefer alternatives like NewsAPI or similar if you need structured query filtering, source selection, or do not support x402 payment flow.

## Known failure modes

- Insufficient USDC balance or failed x402 payment leads to 402 Payment Required response
- Vague or missing query parameters may return generic or empty results
- Service downtime on Vercel deployment may cause 500 errors
- Rate limiting or upstream news provider outage may result in incomplete data
- Schema is underspecified so exact required input fields are uncertain

## 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 real-time news data, likely including article titles, sources, publication timestamps, and content snippets for the queried topic or general headlines.

## 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-real-time-news-3bb31cfc/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)
