get https://api.amberdata.com/blockchains/tokens/metrics//historical
Retrieves the historical metrics for the specified ERC token symbol.
Blockchains Supported
This endpoint supports Ethereum.
Response Data
Field | Type | Decription |
---|---|---|
timestamp | string | The timestamp signifying this "tick" of data, this is the time of the close of a tick, in the case of 1d tick, it would be the timestamp of UTC midnight. Default is ISO, but supports MS |
priceUSD | string | The value of 1 token in USD. |
transfersTotal | string | The total amount of transfers for the given time frame (default 24h). |
transferedValueTotal | string | The value total per "tick". |
transferedValueAverage | string | The value average per "tick". |
transferedValueTotalUSD | string | The value total in USD per "tick". |
transferedValueAverageUSD | string | The value average in USD per "tick". |