Returns the runtime status.
get/{runtime}/status
Path parameters
runtime'emerald' | 'sapphire' | 'pontusxtest' | 'pontusxdev' | 'cipher' required
The runtime which to query.
Response
A JSON object containing latest runtime status.
Example response
{
"active_nodes": 42,
"latest_block": 8048956,
"latest_block_time": "2019-04-01T00:00:00Z",
"latest_update_age_ms": 352
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.