# GGWP API Hub – CNBC Finance News

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

Fetches CNBC financial news and market data via a pay-per-call x402 endpoint on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/cnbc
- Price: $0.055788/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-cnbc-finance-news-b3e94105
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-0VWpQu7U7QRw8hA5yFbG

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-cnbc-finance-news-b3e94105 -d '<json body>'
```

Example prompt: Pull the latest CNBC financial news and market headlines for me right now.

## When to prefer this

Choose this endpoint when you need CNBC-sourced financial news and market data via a pay-per-call model without a subscription, especially when operating in an x402-compatible agent environment on Base chain.

## Known failure modes

- Payment not received or x402 transaction failure — no content returned
- CNBC upstream source unavailable — empty or error response
- Malformed request body — API may return an error or empty result
- Rate limiting or quota exceeded on the underlying CNBC data source

## 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 containing CNBC financial news data, likely including headlines, article summaries, and market-related content aggregated from CNBC's feed.

## 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-cnbc-finance-news-b3e94105/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)
