get https://web3api.io/api/v2/transactions/volume
Retrieves the historical (time series) volume of transactions.
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. |