Endpoint: metrics/chains/{origin_key}/{metric_id}.json
Reference for the growthepie per-chain metric detail endpoint.
Request
GET https://api.growthepie.com/v1/metrics/chains/{origin_key}/{metric_id}.jsonGET https://api.growthepie.com/v1/metrics/chains/arbitrum/txcount.jsonKey Response Sections
Example Response
{
"last_updated_utc": "2026-03-27 07:15:02",
"details": {
"metric_id": "txcount",
"metric_name": "Transaction Count",
"timeseries": {
"daily": {
"types": ["unix", "value"]
},
"hourly": {
"types": ["unix", "value"]
}
},
"changes": {
"daily": {},
"hourly": {}
},
"summary": {
"last_1d": {
"types": ["value"],
"data": [2525170.0]
}
}
}
}Time Granularity Behavior
When To Use metric detail
Caveats
Related Pages
Last updated
