get https://web3api.io/api/v2/market/metrics//historical/stock-to-flow
Get the Stock to Flow metric for a specific asset symbol over a period of time.
Not specifying startDate and endDate
If the startDate and endDate query parameters are not provided, the API will return the data from the previous 10 years with a 1 day frequency.
Response Data
Field | Type | Description |
---|---|---|
timestamp | string | The time at which the metrics were calculated. |
blockNumber | string | The block at which the 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. |