# Sna4an CoinRanking Crypto Data API

> Sna4an CoinRanking Crypto Data API is a paid API for AI agents from sna4an-crypto.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Proxies CoinRanking cryptocurrency data sub-endpoints to retrieve coin rankings, prices, and market data via a RapidAPI gateway

## Facts

- Endpoint: POST https://sna4an-crypto.vercel.app/api/coinranking1
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-coinranking-crypto-data-api-34576db9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mrkOGV_UxDdJAVdidYso1

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 sna4an-coinranking-crypto-data-api-34576db9 -d '<json body>'
```

Example prompt: Can you fetch the top 10 cryptocurrencies by market cap right now using the CoinRanking coins endpoint, filtered to USD?

## When to prefer this

Use this endpoint when you need ranked cryptocurrency market data — prices, market caps, volumes — especially via the CoinRanking dataset. Prefer this over generic crypto APIs when your agent workflow already uses x402 micropayment infrastructure and needs a cost-effective per-call pricing model for market data lookups.

## Known failure modes

- Invalid RapidAPI sub-endpoint path returns 404 or empty response
- Missing or malformed query parameters may return incomplete data
- Payment of 0.12 USDC required per call; insufficient funds results in 402 error
- Rate limiting from underlying RapidAPI gateway may throttle responses
- Unsupported coin identifiers may return null or error fields

## How this service works

Cryptocurrency data, Solana ecosystem, and blockchain APIs

## Output

Returns a JSON object containing cryptocurrency ranking data such as coin names, symbols, prices, market caps, trading volumes, and rank positions as sourced from the CoinRanking API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-coinranking-crypto-data-api-34576db9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-crypto.vercel.app](https://www.zero.xyz/host/sna4an-crypto.vercel.app/llms.txt)
