get https://api.amberdata.com/blockchains/tokens//volume
Retrieves the historical number of transfers for the specified address.
Blockchains Supported
This endpoint supports Ethereum.
Response Data
Field | Type | Decription |
---|---|---|
data | array | The historical token volume data. |
metadata | object | The metadata associated with the token volume data. |
columns | array | The name of the columns associated with the returned data e.g. [ timestamp, volume] . |
timestamp | The timestamp associated with this record. | |
volume | The total number of tokens. | |
endDate | number | The end of the time frame. |
startDate | number | The start of the time frame. |