Shielded Supply
Contents
Shielded Supply
Definition
The sum of all native units being held in shielded pool(s).
Name
MetricID
Unit
Interval
Shielded Supply
SplyShld
Native units
All time
Details
This metric takes into account all shielded pools that an asset may have.
Shielded pools are where private transfers can happen in ZEC-like assets. Blockchain observers can only see coins coming in or out of the pool, but have no details about the transfers happening inside the pool.
Chart

Asset-Specific Details
Only relevant for ZEC and its derivatives.
Release History
Released in the 4.2 release of NDP
See Also
Availability for Assets
API Endpoints
Shielded supply metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's SplyShld
in the metrics
parameter.
curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=SplyShld&assets=btc&pretty=true&api_key=<your_key>"
Last updated
Was this helpful?