Free Float Supply
Last updated
Last updated
The sum of all native units ever created and visible on the ledger excluding native units held closely by company insiders, controlling investors and long term strategic holders as of that day.
Name | MetricID | Unit | Interval |
---|---|---|---|
Free Float Supply (native units) | SplyFF | Native units | All time |
Free Float Supply is a measure of supply that excludes tokens are locked up or dormant for a long time. For example, tokens that are inactive for greater than five years, owned by company, blockchain foundation or founding team member(s) that may or may not be subject to escrows, burnt or lost, etc.
Our free float value constantly shows a lower value than either the reported supply by foundations/companies or total visible on-chain supply.
Please refer to the CMBI Adjusted Free Float Methodology for asset treatment: https://coinmetrics.io/wp-content/uploads/2021/01/CMBI-Adjusted-Free-Float-Methodology-v1.0.pdf
For supported assets and tagged addresses, please refer to the CM gitlab SplyFF.json
Released in the 4.8 release of NDP
Free Float expanded to DOT, UNI, UMA, Aave, Yearn, Curve, REN, and BAL in the 4.9 release of NDP
ETH Free Float Supply includes tokens on the Consensus Layer and Execution Layer\
Quarterly Transparency Reports (in Original Research)
Free Float Supply metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's SplyBurnt*
in the metrics
parameter.
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.