---
updatedAt: 2026-07-29T14:53:20.000Z
---

# Welcome to the CC View API

CC View gives you the most complete dataset on the Canton Network, indexed in real time. Every transfer, party, reward, round, governance vote, and featured-app metric since genesis, served from one API. No validators to run, no indexer to maintain.

## Quick start

### 1. Get your API key

Email our sales team at <sales@ccview.io>. Tell us briefly what you are building and your expected request volume, and we will set you up with a key and the right plan. Starter includes a [7-day free trial](https://api.ccview.io/pricing), so you can evaluate the API before committing.

### 2. Authenticate

Every request is authenticated with your API key sent as a request header. Each endpoint page in this reference has a Credentials box. Paste your key there once and the interactive examples will include it automatically.

### 3. Make your first call

List featured apps for a date range:

```shell
curl "https://ccview.io/api/featured-apps?from=2026-07-01T00:00:00Z&to=2026-07-29T00:00:00Z&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY"
```

You will get back a JSON list of featured apps with extended info. Every endpoint follows the same pattern: a clear path, documented query params, and structured JSON out.

### 4. Explore

* **[API Reference](https://docs.ccview.io/reference)** covers the full surface: Network, Parties, Transfers, Rewards, Rounds, Traffic, Featured Apps and Coverage, Governance, ANS, Updates, Validators.
* **[Streams](https://docs.ccview.io/docs/streams)** push live transfers, coupons, traffic purchases, and updates over WebSocket.
* **Webhooks** notify your servers on transfers, balance thresholds, and marker coverage alerts.

## What you can build

* **Wallets and custody.** Balances, complete transfer history, and ANS naming in your UI.
* **Accounting and tax.** Reconcilable per-party transfer trails across every token, for any period.
* **Featured apps.** Your own coverage economics: marker-vs-traffic ratio, overuse, and break-even.
* **Validators.** Traffic, performance, rewards earned and missed, across your nodes.
* **Compliance.** Counterparty exposure, party graphs, and audit trails built from the full ledger.

## Highlights of this API

* **Full network lifetime.** Query all history, not a rolling window.
* **Real time.** Fresh Canton activity appears in the index in under a second, and Streams push it to you live.
* **Every token.** CC plus CIP-56 tokens across transfers and statistics.
* **Business-ready answers.** Coverage ratios, reward projections, PnL, and party graphs, not raw events.

## Plans

| Plan       | Price     | Includes                                                                  |
| ---------- | --------- | ------------------------------------------------------------------------- |
| Starter    | $90 / mo  | 10,000 requests / mo, 1 RPS, core read endpoints, webhooks                |
| Growth     | $500 / mo | 100,000 requests / mo, up to 3 RPS, full coverage and aggregates, streams |
| Enterprise | Custom    | White-label, VPC peering, data lake connect, event streams, custom SLAs   |

Starter comes with a 7-day free trial. Full plan details, overage rates, and export limits are on the [pricing page](https://api.ccview.io/pricing). Not sure which fits? Write to <sales@ccview.io>.

<br />

<Callout icon="📘" theme="info">
  ### For AI agents

  A Markdown index of every page and the OpenAPI spec is available at [docs.ccview.io/llms.txt](https://docs.ccview.io/llms.txt).
</Callout>

<br />