# CoinPaprika Coin All-Time-High Context

> CoinPaprika Coin All-Time-High Context is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns current price, all-time-high price, percent below ATH, circulating supply, and beta for a given cryptocurrency coin.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/coin-ath
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinpaprika-coin-all-time-high-context-74c67f3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O8t75rFbcvB4wzNXFjyIB

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 coinpaprika-coin-all-time-high-context-74c67f3e -d '<json body>'
```

Example prompt: Can you pull up the all-time high context for Bitcoin — I want to see its current price, how far below the ATH it is as a percentage, the circulating supply, and its beta? Use coin ID btc-bitcoin.

## When to prefer this

Use this endpoint when you need a quick, all-in-one ATH context snapshot for a single cryptocurrency — specifically when you want current price vs ATH comparison, % drawdown from ATH, supply, and beta in one call. Prefer this over raw exchange APIs or full market data endpoints when the specific focus is ATH context rather than OHLCV or order book data.

## Known failure modes

- Invalid or unrecognized coin ID returns an error or empty response
- Coin ID not formatted correctly (e.g. 'bitcoin' instead of 'btc-bitcoin') causes lookup failure
- Newly listed coins may lack ATH or beta data
- Network timeout if CoinPaprika upstream is slow
- Payment not processed results in 402 response blocking data access

## How this service works

CRYPTO: all-time-high context — current vs ATH price, % below ATH, supply, beta (CoinPaprika). ?id=btc-bitcoin. Returns JSON.

## Output

A JSON object containing the coin's current price, its historical all-time-high price, the percentage it is currently trading below that ATH, circulating supply figures, and beta (volatility relative to market).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinpaprika-coin-all-time-high-context-74c67f3e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
