Analytics

get/v1/bme/status-history

Response

Returns BME circuit breaker status change history

heightinteger required
datestring required
previousStatusstring required
newStatusstring required
collateralRationumber required

Example response

[
  {
    "height": 12345678,
    "date": "2024-01-01T00:00:00.000Z",
    "previousStatus": "healthy",
    "newStatus": "warning",
    "collateralRatio": 1.5
  }
]

Changes

No recorded changes to this endpoint across all 25 revisions of this API.