get https://web3api.io/api/v2/market/metrics//historical/nvt
Get the NVT metric for a specific asset symbol over a period of time.
Not specifying startDate and endDate
If the
startDate
andendDate
query parameters are not provided, the API will return the data from the previous 1 year with a 1 day frequency.
Response Data
Field | Type | Description |
---|---|---|
timestamp | string | The time at which the metrics were calculated. |
price_usd | number | Price USD for the given data point |
nvt_ratio | number | The ratio of market capitalization divided by transacted volume in the specified window |
nvt_signal | number | A variation on the NVT Ratio, using the 90 day moving average of daily transaction volume in the denominator instead of the raw daily transaction volume. |