get https://api.amberdata.com/blockchains/transactions/volume
Retrieves the historical (time series) volume of transactions.
Blockchains Supported
This endpoint supports Bitcoin, Bitcoin Cash, Ethereum and Litecoin.
Response Data
Field | Type | Description |
---|---|---|
metadata | object | The metadata associated with the transaction volume data. |
data | array | The transaction volume data corresponding to the columns fields. |
columns | array | The name of the columns associated with the returned data e.g. [ timestamp, numTransactions, ...] . |
timestamp | number | The time corresponding to the numTransactions . E.g. numTransactions at time timestamp . |
numTransactions | string | The number of transactions. |
endDate | number | The end of the time frame. |
startDate | number | The start of the time frame. |