# CC View Documentation > Documentation for CC View ## API Reference - [Welcome to the CC View API](https://docs.ccview.io/reference/getting-started-with-ccview.md): 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. - [Authentication](https://docs.ccview.io/reference/authentication-api.md): Every CC View API request is authenticated with your API key, sent as a request header. - [ANS availability](https://docs.ccview.io/reference/ans_availability.md): Check ANS name availability (returns 204 if available, 409 if taken) - [List ANS names](https://docs.ccview.io/reference/ans_names.md): Returns ANS names. Filter by party to list a party's active names, or by name to list ANS context entries for that name. - [Check ANS name request status](https://docs.ccview.io/reference/ans_request_status.md): Returns the status of an ANS name request. - [List governances](https://docs.ccview.io/reference/governance_list.md): Returns governances ordered by date, newest first. Filter by status=pending, status=expired, status=rejected, or status=accepted; omit for all. - [Get Governance overall statistics](https://docs.ccview.io/reference/governance_statistics.md): Returns aggregated statistics for governance vote requests. - [Get governance details](https://docs.ccview.io/reference/governance_details.md): Returns governance details - [Get Amulet Price Votes with filtering by SV ID](https://docs.ccview.io/reference/ans_price_votes.md): Returns amulet price votes submitted by super validators, filterable by super validator party ID and a time-based cursor. - [General search](https://docs.ccview.io/reference/general_search.md): Searches Canton Network by partial party ID or full update ID. Match types will expand to ANS names, round numbers and contract IDs over time. - [List featured apps](https://docs.ccview.io/reference/featured_apps_list.md): Returns all featured apps with extended info. - [Get top marker abusers](https://docs.ccview.io/reference/featured_apps_abusers.md): Returns the top marker abusers. - [Get coverage leaderboard](https://docs.ccview.io/reference/featured_apps_coverage_leaderboard.md): Returns the network-wide coverage table over the range: every featured app with its coverage ratio and compliance status, ranked. This is the compliance dashboard as an endpoint. - [Get featured apps leaderboard](https://docs.ccview.io/reference/featured_apps_leaderboard.md): Returns the featured-app leaderboard for the last 30 days. metric selects the ranking dimension. - [Get featured app profile](https://docs.ccview.io/reference/featured_app_profile.md): Returns a featured app profile: identity, validator hosting (threshold-resolved), and 30-day KPIs (volume, transactions, traffic, rewards). - [Get party coverage ratio statistics](https://docs.ccview.io/reference/featured_app_party_coverage.md): Returns the coverage-ratio time series for the party: per bucket, the normalized coverage ratio, value in USD, total traffic cost, and traffic activity cost (excluding marker submission overhead). Supports hour or day granularity over arbitrary ranges. - [Get party coverage summary](https://docs.ccview.io/reference/featured_app_party_coverage_summary.md): Returns a single coverage assessment for the party over the range: marker weight, coupons, total activity, value, individual and collective (ratio-group) coverage ratio, overuse influence, pool influence percentage, extra profit above the threshold, and additional markers needed to reach breakeven. - [Get party traffic statistics](https://docs.ccview.io/reference/featured_app_party_traffic.md): Returns aggregated traffic statistics for the party over the requested range, bucketed by the chosen granularity. Maximum range: 31 days. - [CC Token Price Series](https://docs.ccview.io/reference/network_price_series.md): Returns a token price time series for the requested range. Range must be less than 6 months apart and not exceed 1000 timepoints. - [CC Token Price Summary](https://docs.ccview.io/reference/network_prices_summary.md): Returns current price for the CC token plus reference prices at start of today, one day ago, one week ago, one month ago and one year ago. - [Statistics](https://docs.ccview.io/reference/network_stats.md): Returns Canton Network statistics including live market price and capitalization on mainnet. - [Supply statistics](https://docs.ccview.io/reference/network_supply.md): Returns supply statistics computed from round-level balances, aggregated by the requested granularity. Maximum range is 6 months. - [Get active-party statistics](https://docs.ccview.io/reference/parties_active_stats.md): Returns active-party statistics over the requested range and granularity. - [Resolve parties](https://docs.ccview.io/reference/parties_resolve.md): Returns details for a batch of parties. - [Get party details](https://docs.ccview.io/reference/party_details.md): Returns party details for the given party ID. - [Get party balance](https://docs.ccview.io/reference/party_balance.md): Returns the current CC balance for the party. Optionally pass at to get the balance as of a past time. - [Get party balance changes](https://docs.ccview.io/reference/party_balance_changes.md): Returns the party's daily balance changes over the requested range and granularity. - [Get party counterparties](https://docs.ccview.io/reference/party_counterparties.md): Returns counterparties that have interacted with the party, with per-counterparty transfer counts sent and received. If from is omitted it defaults to all-time; if to is omitted it defaults to now. - [Get party burn-fee statistics](https://docs.ccview.io/reference/party_fee_stats.md): Returns the party's daily and aggregated burn-fee statistics (from transfers and merges/splits) over the requested range, downsampled unless strict=true. - [Get party counterparty graph](https://docs.ccview.io/reference/party_graph.md): Returns the counterparty interaction graph for the party as an edge list: each counterparty node plus bidirectional transfer volumes and net flow direction, to depth N. One call replaces fetching many counterparty endpoints. - [Get party interaction statistics](https://docs.ccview.io/reference/party_interactions.md): Returns bidirectional token transfer counts between the two parties. With a granularity it returns a time series instead of a single summary. - [Get party profit and loss](https://docs.ccview.io/reference/party_pnl.md): Returns the party's profit and loss over the range: rewards earned, fees burned, traffic cost, and the net, with a daily series. net = rewards_earned_usd - fees_burned_usd - traffic_cost_usd. - [Get party portfolio snapshot](https://docs.ccview.io/reference/party_portfolio.md): Returns a one-call composite snapshot for the party: current balance, 30-day rewards, fees, traffic cost, and current coverage ratio (for featured apps). - [Get party transfer statistics](https://docs.ccview.io/reference/party_transfers_stats.md): Returns the party's daily transfer statistics (counts as sender, receiver, provider, and merges/splits) over the requested range, downsampled for long windows unless strict=true. - [Get party update statistics](https://docs.ccview.io/reference/party_updates_stats.md): Returns the party's daily update statistics over the requested range, downsampled unless strict=true. - [Rewards history](https://docs.ccview.io/reference/rewards_history.md): Returns rewards received, ordered by date, newest first. - [Rewards leaderboard](https://docs.ccview.io/reference/rewards_leaderboard.md): Returns the rewards leaderboard. Use period=all for all-time or period=range with from/to. sort selects the ranking metric. Set include=summary to also return aggregate leaderboard statistics. - [Missed rewards statistics](https://docs.ccview.io/reference/rewards_missed.md): Returns missed-reward statistics for a party over the requested range. - [Rewards statistics](https://docs.ccview.io/reference/rewards_stats.md): Returns reward statistics over the requested range and granularity, optionally scoped to a party. - [Rounds history](https://docs.ccview.io/reference/rounds_list.md): Returns mining rounds ordered by round number, newest first. - [Current round](https://docs.ccview.io/reference/rounds_current.md): Returns the live round: phase (active, reward_window, closed), elapsed and remaining seconds, the current reward ratio (pool divided by the sum of coupon amounts), and the projected final ratio with a MAPE-based confidence value. - [Get round details by number](https://docs.ccview.io/reference/rounds_by_number.md): Returns details for a round: open and target-close times, amulet price, tick duration, and aggregate activity totals (marker weight, coupon sum, participating parties). - [Party activity by round number](https://docs.ccview.io/reference/rounds_parties.md): Returns per-party activity share within the round: marker weight and the party's percentage of round activity. - [Get party's allocated traffic](https://docs.ccview.io/reference/party_traffic_allocation.md): Returns the party's allocated traffic over the range: each party's share of validator traffic computed by activity, so consumers do not reimplement the allocation. - [List traffic purchases](https://docs.ccview.io/reference/traffic_purchases.md): Returns traffic purchase events, optionally scoped to a validator, with megabytes purchased and cost. - [Get validator traffic statistics with configurable granularity](https://docs.ccview.io/reference/traffic_ranged_by_validator.md): Returns traffic statistics for the validator over the requested range and granularity. - [List token transfer allocations](https://docs.ccview.io/reference/allocations_list.md): Returns token transfer allocations, filtered by involved party, result status and party role. - [List offers](https://docs.ccview.io/reference/offers_list.md): Returns offers filtered by involved party, result status and party role. Set type=consolidation to return consolidations only (offers where sender equals receiver). - [Get offers statistics](https://docs.ccview.io/reference/offers_stats.md): Returns general statistics over offers. - [Get offer details](https://docs.ccview.io/reference/offer_details.md): Returns offer or consolidation details for the given event ID. The same record carries whether it is a consolidation (an offer where sender equals receiver). - [List transfer preapprovals](https://docs.ccview.io/reference/preapprovals_list.md): Returns transfer preapprovals, filtered by involved party and party role. - [Resolve preapproval validity for parties](https://docs.ccview.io/reference/preapprovals_resolve.md): Returns the preapproval validity status for each provided party ID. true means the party currently has a valid, non-expired transfer preapproval; false means no record or expired. - [List token transfer commands](https://docs.ccview.io/reference/transfer_commands_list.md): Returns token transfer commands, filtered by involved party, result status and party role. - [List token transfer instructions](https://docs.ccview.io/reference/transfer_instructions_list.md): Returns token transfer instructions, filtered by involved party, result status and party role. - [Get transfer instruction details](https://docs.ccview.io/reference/transfer_instruction_details.md): Returns token transfer instruction details for the given event ID. - [List token transfers](https://docs.ccview.io/reference/transfers_list.md): Returns token transfers ordered by date, newest first. Filter by a single party, or by a sender and recipient pair. - [Get transfer statistics](https://docs.ccview.io/reference/transfers_stats.md): Returns transfer statistics (count and volume) over the requested range and granularity. Optionally scope to a single party. Omitting the range returns the last indexed day. - [Get transfer details](https://docs.ccview.io/reference/transfer_details.md): Returns token transfer details for the given event ID. - [Updates list](https://docs.ccview.io/reference/updates_list.md): Returns a list of ledger updates ordered by record time, newest first. - [Update statistics](https://docs.ccview.io/reference/update_stats.md): Returns update statistics (count and size) over the requested range and granularity. Omitting the range returns all-time totals. - [Top parties by update involvement](https://docs.ccview.io/reference/updates_top_parties.md): Returns the parties most involved in updates over the requested range. - [Get update details](https://docs.ccview.io/reference/update_details.md): Returns update details with a human-readable summary for the given update ID. Set enrich=true to attach a classified action taxonomy. - [Verdicts list](https://docs.ccview.io/reference/verdicts.md): Returns a list of private transactions (verdicts) ordered by date, newest first - [Verdicts statistics with granularity](https://docs.ccview.io/reference/verdicts_stat.md): Returns verdict statistics over the requested range and granularity - [Verdict details](https://docs.ccview.io/reference/verdict_by_update.md): Returns private transaction details with a summary for the given update ID. - [Super validators list](https://docs.ccview.io/reference/super_validators_list.md): Returns super validators - [Escrow parties list](https://docs.ccview.io/reference/super_validators_escrow_list.md): Returns the escrow parties list. - [Available validators list.](https://docs.ccview.io/reference/validators.md): Returns available validators. - [Onboarded validators](https://docs.ccview.io/reference/validators_onboarded_list.md): Returns validators onboarded by the given sponsor. - [Get validator statistics](https://docs.ccview.io/reference/validators_statistics.md): Returns validator statistics. - [Validator details](https://docs.ccview.io/reference/validators_details.md): Returns validator details for the given identifier - [Hosted parties list](https://docs.ccview.io/reference/hosted_parties_list.md): Returns the parties hosted on the validator, newest first. Filter to featured-app parties only, and choose the sort key. Hosting is resolved with the same threshold rule used by the coverage ratio groups, so this endpoint and coverage never disagree. - [Validator performance statistics over a date range](https://docs.ccview.io/reference/validators_performance.md): Returns the validator's performance over the range: upgrade history, missed mining rounds, and active rounds. - [Rewards history](https://docs.ccview.io/reference/validators_rewards_history.md): Returns the validator's reward earnings over the range and granularity.