Reported Volume
Last updated
Last updated
The reported volume aggregated across all exchanges in CM's coverage universe. These metrics do not use the Trusted Exchange Framework to filter for the most accurate and trustworthy crypto exchanges. See Trusted Volume for more details on the distinction for trustworthy exchanges.
Contents
The sum of all reported volume from the spot markets in Coin Metrics' coverage in units of U.S. dollars.
Name | MetricID | Unit | Interval |
---|---|---|---|
Our reported volume metric is an aggregation of the reported volume from all exchanges in CM's coverage universe. Covered exchanges can be found here.
A sample of the daily reported spot volume for Bitcoin is shown below:
asset. The IDs of the asset.
time. The reference rate time in ISO 8601 date-time format.
reported_trusted_spot_usd_1d. The reported volume value in units of U.S. dollars.
Release Version. Market Data Feed 2.4 (August 2021)
The sum of all reported future volume from the spot markets in Coin Metrics' coverage in units of U.S. dollars.
Our reported future volume metric is an aggregation of the reported future volume from all futures exchanges in CM's coverage universe. Covered exchanges can be found here.
Release Version. Market Data Feed 2.4 (August 2021)
The sum of all reported volume from perpetual futures markets in units of U.S. dollars.
Our perpetual future volume metric is an aggregation of the reported perpetual futures volume from all futures exchanges in CM's coverage universe. Covered exchanges can be found here.
Release Version. Market Data Feed 2.4 (August 2021)
The sum of all reported volume from non-perpetual futures markets in units of U.S. dollars.
Our non-perpetual future volume metric is an aggregation of the reported non-perpetual futures volume from all futures exchanges in CM's coverage universe. Covered exchanges can be found here.
Release Version. Market Data Feed 2.4 (August 2021)
The sum of all reported volume from futures markets where the margin asset is equivalent to the underlying base asset in units of U.S. dollars.
Our reported coin-margined future volume metric is an aggregation of the reported coin-margined future volume from all futures exchanges in CM's coverage universe. Covered exchanges can be found here.
The sum of all reported volume from futures markets where the margin asset is Tether in units of U.S. dollars.
Our reported Tether-margined future volume metric is an aggregation of the reported Tether-margined future volume from all futures exchanges in CM's coverage universe. Covered exchanges can be found here.
Release Version. Market Data Feed 2.4 (August 2021)
All reported volume metrics can be queried using the following endpoints:
/timeseries/asset-metrics
/timeseries/exchange-metrics
/timeseries/exchange-asset-metrics
/timeseries/pair-metrics
and by passing in volume_reported_*
metric ID's in the the metrics
parameter.
assets | time | volume_reported_spot_usd_1d |
---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Reported Spot Volume
USD
1d
Reported Spot Volume, 1 Hour
USD
1h
btc
2021-07-25 00:00:00
7790004055.86305
btc
2021-07-26 00:00:00
27380811113.0087
btc
2021-07-27 00:00:00
16167140594.9998
btc
2021-07-28 00:00:00
19318207388.4525
Reported Future Volume
USD
1d
Reported Future Volume, 1 Hour
USD
1h
Reported Perpetual Future Volume
USD
1d
Reported Perpetual Future Volume, 1 Hour
USD
1h
Reported Non-Perpetual Future Volume
USD
1d
Reported Non-Perpetual Future Volume, 1 Hour
USD
1h
Reported Coin-Margined Future Volume
USD
1d
Reported Coin-Margined Future Volume, 1 Hour
USD
1h
Reported Tether-Margined Future Volume
USD
1d
Reported Tether-Margined Future Volume, 1 Hour
USD
1h
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.
Returns metrics for specified asset pairs. Results are ordered by tuple (pair, time)
. To fetch the next page of results use next_page_url
JSON response field.
Time series of pair metrics.
Token of the next page results for a given request.
URL of the next page results for a given request.
Returns metrics for specified exchange-asset. Results are ordered by tuple (exchange_asset, time)
. To fetch the next page of results use next_page_url
JSON response field.
Time series of exchange-asset metrics.
Token of the next page results for a given request.
URL of the next page results for a given request.
Returns metrics for specified exchanges. Results are ordered by tuple (exchange, time)
. To fetch the next page of results use next_page_url
JSON response field.
Time series of exchange metrics.
Token of the next page results for a given request.
URL of the next page results for a given request.