# CoinPaprika Coin Events

> CoinPaprika Coin Events is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns notable events (conferences, launches, milestones) for a specific cryptocurrency coin using its CoinPaprika coin ID.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/coin-events
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinpaprika-coin-events-32129bf2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IU_wBUd7Rg7w-GsGPtonK

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-events-32129bf2 -d '<json body>'
```

Example prompt: What are the notable events, conferences, and milestones for Bitcoin? Look it up using the coin ID btc-bitcoin.

## When to prefer this

Use this endpoint when you need structured event history or upcoming event data for a specific cryptocurrency, especially when you already know the CoinPaprika coin ID format (e.g. btc-bitcoin, eth-ethereum). Prefer this over general crypto news endpoints when you want event-type data (conferences, launches, milestones) rather than price or market data.

## Known failure modes

- Invalid or unrecognized coin ID returns empty results or error
- Missing ?id parameter may return 400 or default error response
- Coin with no recorded events returns empty array
- CoinPaprika upstream unavailability causes 502/503 error
- Malformed coin ID format (e.g. missing slug) causes lookup failure

## How this service works

CRYPTO: notable events (conferences, launches, milestones) for a coin (CoinPaprika). ?id=btc-bitcoin. Returns JSON.

## Output

A JSON array of notable events associated with the specified cryptocurrency coin, including event names, dates, descriptions, and types such as conferences, product launches, and milestones — sourced from CoinPaprika.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinpaprika-coin-events-32129bf2/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)
