Endpoint: master.json
Reference for the growthepie master.json endpoint, the canonical metadata index for chains, metrics, and coverage.
Request
GET https://api.growthepie.com/v1/master.jsonKey Facts
Example Response
{
"current_version": "v1",
"last_updated_utc": "2026-03-27 05:30:09",
"chains": {
"arbitrum": {
"name": "Arbitrum One",
"url_key": "arbitrum",
"supported_metrics": [
"tvl",
"txcount",
"daa",
"stables_mcap",
"fees",
"rent_paid",
"profit",
"txcosts",
"fdv",
"market_cap",
"throughput",
"app_revenue"
]
}
},
"metrics": {
"txcount": {
"name": "Transaction Count",
"metric_keys": ["txcount"],
"hourly_available": true
}
}
}When To Use master.json
FAQ
Should I hardcode supported chains?
Where do I find the raw metric_key mapping?
metric_key mapping?Which chains should I exclude because of stale data?
Related Pages
Last updated
