# DecipherRanker Merchant Report

> DecipherRanker Merchant Report is a paid API for AI agents from decipherranker.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns analytics, rankings, and competitive intelligence for a specific merchant in the x402 micropayment ecosystem.

## Facts

- Endpoint: POST https://decipherranker.com/api/report/merchant
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/decipherranker-merchant-report-d93e8a3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2RcqsqN7nkeweNtY-nqRO

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 decipherranker-merchant-report-d93e8a3f -d '<json body>'
```

Example prompt: Pull a DecipherRanker report for my x402 merchant at 0xABC123 — I want to see how it ranks and how it compares competitively to other merchants in the ecosystem.

## When to prefer this

Use this endpoint when you need structured competitive intelligence and rankings specifically for merchants operating in the x402 micropayment protocol. Prefer this over generic analytics tools when the merchant is x402-native and you want ecosystem-relative benchmarking rather than raw transaction logs.

## Known failure modes

- Unknown or unrecognized merchant identifier returns empty or error response
- Merchant with no x402 transaction history may return minimal data
- Invalid POST body or missing required merchant field returns 400-level error
- Payment failure (insufficient USDC balance) blocks report retrieval
- Rate limiting if too many calls are made in a short window

## How this service works

Get a detailed merchant deep-dive by wallet address. Returns volume stats, buyer diversity, trend signals, and recommendations.

## Output

A structured report containing the merchant's rank within the x402 ecosystem, transaction analytics, payment volume metrics, and competitive benchmarking data relative to other x402 merchants.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "enum": [
    "base",
    "solana",
    "polygon"
   ],
   "type": "string",
   "default": "base",
   "description": "Blockchain network (mainnet only)"
  },
  "address": {
   "type": "string",
   "maxLength": 48,
   "minLength": 32,
   "description": "The payee address (EVM or Solana) of the merchant"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/decipherranker-merchant-report-d93e8a3f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from decipherranker.com](https://www.zero.xyz/host/decipherranker.com/llms.txt)
