get https://api.amberdata.com/blockchains/tokens//velocity
Retrieves the historical velocity for the specified address.
Blockchains Supported
This endpoint supports Ethereum.
Response Data
Field | Type | Description |
---|---|---|
data | array | The historical token volume data corresponding to the columns fields. |
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, velocity] . |
timestamp | number | The timestamp associated with this record. |
velocity | string | The token velocity. |
endDate | number | The end of the time frame. |
startDate | number | The start of the time frame. |