# GGWP API Hub – Axesso Amazon Endpoint

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

Proxies requests to the Axesso Amazon data API, returning Amazon product, pricing, or review data via a pay-per-call x402 micropayment on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/axesso-amazon
- Price: $0.150547/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-axesso-amazon-endpoint-9708472e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Be3_01s0cU34O9bTyN3kd

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-axesso-amazon-endpoint-9708472e -d '<json body>'
```

Example prompt: Can you look up the Amazon product details and current price for ASIN B08N5WRWNW using the Axesso Amazon endpoint?

## When to prefer this

Choose this endpoint when you need Amazon product data (pricing, reviews, availability, listing details) via a pay-per-call micropayment model on Base chain without managing an Axesso API subscription directly. Suitable for low-volume, on-demand lookups by AI agents that already support x402 payment protocol.

## Known failure modes

- Missing or invalid ASIN returns empty or error result
- Axesso upstream API outage causes failed response
- Malformed input schema results in 400-level error
- Payment failure on Base chain blocks request execution
- Rate limiting from underlying Axesso API causes throttled or failed response

## 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 Amazon product data sourced via Axesso, which may include product title, price, availability, ratings, review counts, images, seller details, and other listing metadata depending on the query parameters supplied.

## 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-axesso-amazon-endpoint-9708472e/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)
