QVeris
⬡ Powered by QVeris.ai

Crypto Price Board

Real-time cryptocurrency prices, market caps, and 7-day sparklines. Data via CoinGecko — free, no API key.

Total Market Cap
--
--
24h Volume
--
Global
BTC Dominance
--
Market share
Active Coins
--
Top 100 tracked
Auto: 60s
Fetching live prices from CoinGecko...
Crypto dashboard data contract across venues and liquidity checks

Build a crypto dashboard around a data contract

Crypto prices are fragmented across venues, quote currencies, market types, and liquidity conditions. A dashboard should therefore explain what market each figure represents—not present a single ticker and imply that one universal price exists.

🪙

Identify the asset and market

Store canonical asset ID, base and quote currency, spot or derivative market, venue, and symbol mapping. Distinguish wrapped assets, stablecoin pairs, perpetual contracts, and similarly named tokens.

🏦

Choose a price method

Decide whether the dashboard shows a venue last trade, midpoint, index price, mark price, or volume-weighted aggregate. Document included venues, outlier rules, currency conversion, and minimum liquidity.

🕒

Keep windows consistent

Define the exact start and end of 24-hour change, volume, high, and low metrics. Rolling windows and UTC calendar days answer different questions and should never be mixed without a label.

💧

Expose market quality

Price alone hides spread, depth, trade count, stale venues, and temporary dislocations. Add liquidity and source-health signals before an agent treats a dashboard move as actionable.

What every dashboard metric should carry

  • Asset identity, market type, venue or aggregation method, quote currency, and conversion source when applicable.
  • Source time, ingestion time, freshness threshold, update cadence, and the venues excluded because they were stale or abnormal.
  • Window definition for change and volume, plus enough raw values to reproduce the displayed percentage or ranking.
  • Fallback behavior for venue outages, thin markets, stablecoin depegs, inconsistent symbols, and partial upstream responses.

Agent guardrail: use dashboard signals to decide what to investigate next. Before escalating an alert, require a fresh timestamp, adequate liquidity, and either a second source or an explicit single-venue label.

用数据契约构建加密市场仪表盘

加密资产价格分散在不同交易场所、计价币种、市场类型和流动性环境中。因此,仪表盘必须说明每个数字代表哪个市场,而不能只显示一个代码,就暗示存在唯一的“全市场价格”。

🪙

确认资产与市场身份

保存标准资产 ID、基础币与计价币、现货或衍生品类型、交易场所和代码映射,并区分封装资产、稳定币交易对、永续合约以及名称相近的代币。

🏦

明确价格生成方式

说明页面采用某交易所最新成交价、中间价、指数价、标记价格还是成交量加权聚合价,并记录参与场所、异常值规则、币种换算和最低流动性要求。

🕒

统一时间窗口

明确 24 小时涨跌、成交量、最高价和最低价的起止范围。滚动 24 小时与 UTC 自然日回答的是不同问题,不能在没有标签的情况下混用。

💧

展示市场质量

价格本身会隐藏价差、深度、成交笔数、过期场所和短时偏离。Agent 在把波动视为可行动信号前,需要先看到流动性和来源健康状态。

每个仪表盘指标应附带什么

  • 资产身份、市场类型、交易场所或聚合方法、计价币种,以及需要换算时所用的汇率来源。
  • 来源时间、接收时间、新鲜度阈值、更新频率,以及因过期或异常而被排除的交易场所。
  • 涨跌和成交量的时间窗口定义,并保留足以复算页面百分比或排名的原始数值。
  • 交易场所中断、市场过薄、稳定币脱锚、代码不一致和上游部分返回时的回退方案。

Agent 护栏:仪表盘信号应先用于决定下一步查什么。升级预警前,至少要求时间戳仍然新鲜、流动性足够,并具备第二来源确认或明确的单一场所标签。