Transaction Count
Last updated
Last updated
The sum count of transactions that involved any address belonging to an exchange, as a sender or recipient of a non-zero transfer of native units, in that interval. If a transaction involves multiple exchanges, it is only counted once.
Name | ID | Unit | Interval |
---|---|---|---|
Coinbase (i.e., miner reward) transactions are not counted.
Only exchanges and their addresses that Coin Metrics has identified are included (i.e., not all exchanges and their addresses have been identified) so this metric should be thought of as a minimum potential value.
Version 4.2 of CM Network Data Pro Daily Macro (End of Day)
Exchange Transaction Count metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's TxExCnt
in the metrics
parameter.
Exchange Tx Cnt
TxExCnt
Transactions
1 day
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.