# GGWP API Hub - Map Tiles

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

Retrieves map tile data for rendering geographic maps via a pay-per-call API on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/maptiles
- Price: $0.111291/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-map-tiles-7ff225d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7hhsi2qBs_TNEyWHPyFMr

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-map-tiles-7ff225d2 -d '<json body>'
```

Example prompt: Can you fetch map tile data for downtown San Francisco so I can render the area in my mapping app?

## When to prefer this

Choose this endpoint when you need pay-per-call map tile retrieval without a subscription, especially within a Web3/crypto-native workflow using Base chain payments via the x402 protocol. Suitable for lightweight or infrequent map tile lookups where a flat per-call cost model is acceptable.

## Known failure modes

- Missing or invalid tile coordinates returns an error response
- Network or service unavailability may return 5xx errors
- Invalid input schema returns a validation error
- Insufficient USDC balance for x402 payment causes payment failure
- Unsupported zoom levels or tile formats may return empty or error responses

## 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 map tile data (imagery, geographic data, or tile metadata) suitable for rendering on a map interface.

## 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-map-tiles-7ff225d2/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)
