# CoinPaprika Crypto Fundamental Profile Lookup

> CoinPaprika Crypto Fundamental Profile Lookup 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 fundamental profile data for a cryptocurrency including type, tags, proof mechanism, whitepaper link, development status, and external links via CoinPaprika.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/coin-profile
- 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-crypto-fundamental-profile-lookup-ef46c7f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zDvETovnVRrbS2h2E8v3W

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-crypto-fundamental-profile-lookup-ef46c7f8 -d '<json body>'
```

Example prompt: Pull up the fundamental profile for Bitcoin — I need its type, tags, proof mechanism, whitepaper link, and dev status.

## When to prefer this

Use this endpoint when you need structured fundamental/background information about a specific cryptocurrency — its proof mechanism, whitepaper, tags, and dev status — rather than price or market data. Ideal for due diligence, research dashboards, or enriching coin metadata with qualitative attributes sourced from CoinPaprika.

## Known failure modes

- Invalid or unknown coin ID returns an error or empty response
- Coin ID must follow CoinPaprika format (e.g. btc-bitcoin) — plain ticker symbols like 'BTC' may not resolve
- CoinPaprika data may be stale for obscure or recently listed coins
- Payment failure ($0.01 USDC) results in 402 response before data is returned

## How this service works

CRYPTO: fundamental profile — type, tags, proof mechanism, whitepaper, dev status, links (CoinPaprika). ?id=btc-bitcoin. Returns JSON.

## Output

A JSON object containing the cryptocurrency's fundamental profile: coin type (e.g. coin vs token), categorical tags, consensus/proof mechanism, whitepaper URL, development status, and a collection of external links (e.g. website, GitHub, social media).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinpaprika-crypto-fundamental-profile-lookup-ef46c7f8/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)
