# GGWP API Hub - Investing Cryptocurrency Data

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

Fetches cryptocurrency and investing data via a pay-per-call API endpoint on Base chain using the x402 protocol

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/investing-cryptocurrency
- Price: $0.163158/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-investing-cryptocurrency-data-13d70121
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EwILRs4yBqLd6-8MJ0cq9

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-investing-cryptocurrency-data-13d70121 -d '<json body>'
```

Example prompt: Can you pull the latest cryptocurrency investing data for Bitcoin from the GGWP API Hub so I can see current market metrics?

## When to prefer this

Choose this endpoint when you need cryptocurrency and investing data through a pay-per-call model on the Base blockchain using x402 protocol, particularly when operating in an autonomous agent context that supports micropayment-gated APIs without subscription overhead.

## Known failure modes

- Insufficient USDC balance for x402 payment results in 402 Payment Required
- Invalid or unsupported cryptocurrency symbol returns empty or error result
- Network or Vercel deployment downtime causes 503 or timeout
- Malformed request body returns 400 Bad Request
- Rate limiting or quota exceeded returns 429 Too Many Requests

## 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 cryptocurrency and investing data such as price, market cap, volume, and other asset metrics in JSON format.

## 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-investing-cryptocurrency-data-13d70121/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)
