Monitoring
https://api.cerulea.app/v1
Query real-time and historical metrics for any blockchain in your workspace. All metrics are scraped every 15 seconds and retained for 90 days.
/blockchains/:blockchainId/metrics
Get real-time blockchain metrics
JSON
{
"blockHeight": 1500432,
"tps": 142,
"blockTime": "2.1s",
"validatorUptime": 99.97,
"mempoolSize": 38,
"gasPrice": "0.001 GWEI",
"totalTransactions": 4820193
}
/analytics/timeseries
Query historical time-series blockchain data
BASH
GET /analytics/timeseries?blockchainId=bc_01HXYZ&metric=tps&from=2026-06-01&to=2026-06-14&interval=1h