# GGWP API Hub – Coinranking Crypto Data

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

Fetches cryptocurrency ranking and market data via the Coinranking data source through the GGWP API Hub.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/coinranking1
- Price: $0.19289/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-coinranking-crypto-data-fab50f8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mGSlgEAwBxweSj1AXCMiA

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-coinranking-crypto-data-fab50f8c -d '<json body>'
```

Example prompt: Can you pull the current Coinranking data for the top 10 cryptocurrencies by market cap, including their prices and rankings?

## When to prefer this

Use this endpoint when you need cryptocurrency ranking and market data powered by Coinranking and want to pay per-call via x402 protocol on Base chain without a subscription commitment.

## Known failure modes

- Payment failure or insufficient USDC balance on Base chain resulting in 402 error
- Invalid or malformed request body returns an error response
- Coinranking upstream unavailable causing service degradation
- Rate limiting or quota exceeded for the endpoint

## 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 ranking and market data sourced from Coinranking, including coin prices, rankings, and related market metrics.

## 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-coinranking-crypto-data-fab50f8c/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)
