Analytics
get/v1/bme/status-history
Response
Returns BME circuit breaker status change history
Example response
[
{
"height": 12345678,
"date": "2024-01-01T00:00:00.000Z",
"previousStatus": "healthy",
"newStatus": "warning",
"collateralRatio": 1.5
}
]