Trusted Volume

Definition

The sum of all volume from the spot markets of a set of trusted exchanges in units of U.S. dollars.

NameMetricIDUnitInterval

Trusted Spot Volume

USD

1d

Trusted Spot Volume, 1 Hour

USD

1h

Details

Our trusted volume metric is an aggregation of the reported volume from exchanges that we consider the most accurate and trustworthy. The full list of constituent exchanges included in our Trusted Volume can be found here

API Endpoints

Trusted Spot Volume can be accessed using the timeseries/asset-metrics or timeseries/pair-metrics endpoints by passing volume_trusted_spot_usd_1d or volume_trusted_spot_usd_1h into the metrics parameter.

curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?assets=btc&metrics=volume_trusted_spot_usd_1d&frequency=1d&pretty=true&api_key=<your_key>"
curl --compressed "https://api.coinmetrics.io/v4/timeseries/pair-metrics?assets=btc&metrics=volume_trusted_spot_usd_1d&frequency=1d&pretty=true&api_key=<your_key>"

Chart

Examples

A sample of the daily trusted volumes data for Bitcoin is shown below:

assetstimevolume_trusted_spot_usd_1d

btc

2020-09-21 00:00:00

44395555400

btc

2020-09-22 00:00:00

60004540100

btc

2020-09-23 00:00:00

45919134800

  • asset. The IDs of the asset.

  • time. The reference rate time in ISO 8601 date-time format.

  • volume_trusted_spot_usd_1d. The trusted volume value in units of U.S. dollars.

Release History

  • Release Version. Market Data Feed v2.2 - Jan 21, 2021 rollout (not a separate MDF version)

Interpretation

Fake trading volume is a persistent problem on crypto exchanges. With little regulatory oversight, it can be difficult to determine whether reported volume numbers are accurate or exaggerated. At Coin Metrics, we’ve taken a data driven approach to the problem and offer a trusted volume metric, derived from the Trusted Exchange Framework, to help identify legitimate trading volume. Our trusted volume metric is an aggregation of the reported volume from exchanges that we consider the most accurate and trustworthy. This is based on a combination of both quantitative and qualitative features. The current set of trusted volume metrics consider spot markets only and do not include futures or options markets.

See Also

Availability for Assets

Last updated