get https://web3api.io/api/v2/market/metrics//latest
Get advanced metrics like NVT, Sharpe and Stock to Flow for a specific asset symbol.
Response Data
Field | Type | Description |
---|---|---|
timestamp | string | The time at which the metrics were calculated. |
nvt | object | Contains NVT metrics |
signal | number | Latest NVT signal |
sharpe | object | Contains Sharpe metrics |
historicalVolatility | number | Latest historical volatility |
ratio | number | Latest Sharpe ratio |
stockToFlow | object | Contains stock to flow metrics |
blockNumber | number | The block at which the stock to flow metrics were calculated. |
circulation | number | Total number of units in circulation at this point in time/block. |
lastYearCirculation | number | Total number of units in circulation 1 year ago. |
ratio | number | The ratio of Stock to Flow, for more see: https://medium.com/@100trillionUSD/modeling-bitcoins-value-with-scarcity-91fa0fc03e25 |
price | number | The asset predicted price at this point in time. |