# Coinranking Coins Lookup via Blockbuster.ai

> Coinranking Coins Lookup via Blockbuster.ai is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches cryptocurrency coin data and rankings from the Coinranking API, including prices, market caps, and market metrics.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/coinranking-coins
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinranking-coins-lookup-via-blockbuster-ai-92aa8830
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cQUCUCbnzkVy1Re94BiYu

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 coinranking-coins-lookup-via-blockbuster-ai-92aa8830 -d '<json body>'
```

Example prompt: Can you pull the current top-ranked cryptocurrencies from Coinranking and show me their prices and market caps?

## When to prefer this

Use this endpoint when you need structured cryptocurrency ranking and price data from Coinranking specifically, accessed via a pay-per-call micropayment model on Base chain without needing a direct Coinranking API key.

## Known failure modes

- Invalid or missing query parameter returns error
- Coinranking API upstream unavailability causes failure
- Payment not processed results in 402 response
- Rate limiting may occur for high-frequency calls
- Malformed query may return empty or unexpected results

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a data object containing cryptocurrency coin listings with rankings, prices, market caps, and related metadata from the Coinranking data source, along with a success boolean indicating whether the request succeeded.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinranking-coins-lookup-via-blockbuster-ai-92aa8830/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
