Coverage rules and exclusions in growthepie data.
Coverage in growthepie is metric-specific and chain-specific. A chain can be present in master.json but still exclude a specific metric, so consumers should always check both the chain coverage and the metric coverage metadata.
master.json
Check master.json.chains.{origin_key}.supported_metrics
master.json.chains.{origin_key}.supported_metrics
Check master.json.metrics.{metric_id}.supported_chains
master.json.metrics.{metric_id}.supported_chains
Exclude chains whose deployment is DEV or ARCHIVED
deployment
DEV
ARCHIVED
The live API changes over time, so prefer metadata over hardcoded lists
Validate origin_key before querying a metric detail endpoint
origin_key
Validate metric_id before generating API code or client stubs
metric_id
Treat legacy or inaccessible endpoints as unsupported until verified publicly
Supported Chains And origin_key
Endpoint: master.json
Last updated 17 hours ago