# GGWP API Hub – Alpha Vantage Financial Data

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

Proxies Alpha Vantage financial market data (stocks, forex, crypto, indicators) via pay-per-call x402 protocol on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/alpha-vantage
- Price: $0.13524/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-alpha-vantage-financial-data-706b8cb4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EYglA2JVOrh2pabYFa1A6

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-alpha-vantage-financial-data-706b8cb4 -d '<json body>'
```

Example prompt: Can you pull the latest daily stock price data for Apple (AAPL) from Alpha Vantage? I need the closing prices for the past 30 days.

## When to prefer this

Choose this endpoint when you need Alpha Vantage financial data (stocks, forex, crypto, technical indicators) in an agent workflow that supports x402 micropayment protocol on Base chain. It is particularly useful for pay-per-call use cases where you don't want a monthly Alpha Vantage subscription — ideal for low-frequency financial data lookups in automated agent pipelines.

## Known failure modes

- Invalid or missing ticker symbol returns error or empty data
- Alpha Vantage API rate limits exceeded returns error response
- Unsupported function or parameter combination returns API error
- Payment failure on Base chain prevents request from completing
- Malformed input schema causes 400-level error

## 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 Alpha Vantage API response data, which typically includes time series price data (open, high, low, close, volume), technical indicator values, forex rates, or cryptocurrency market data depending on the query parameters sent.

## 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-alpha-vantage-financial-data-706b8cb4/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)
