Historical Burnt & Locked MOR

Endpoint to track historical burnt and locked MOR

Get Historical Burnt & Locked MOR

GET /locked_and_burnt_mor

Get Historical MOR Burnt and Locked by date

Response

{
  "burnt_mor": {
    "cumulative_mor_burnt": {
      "09/07/2024": 1224,
      "17/07/2024": 2328.302067,
      "22/07/2024": 3868.148067,
      "29/07/2024": 5476.399516,
      "08/08/2024": 7446.624057,
      "13/08/2024": 9151.165351,
      "20/08/2024": 10395.55802,
      "26/08/2024": 11205.7148822,
      "02/09/2024": 11794.7379133
    },
    "total_burnt_till_now": 11794.7379133
  },
  "locked_mor": {
    "cumulative_mor_locked": {
      "09/07/2024": 1224,
      "17/07/2024": 2328.302067,
      "22/07/2024": 3868.148067,
      "29/07/2024": 5476.399516,
      "08/08/2024": 7446.624057,
      "13/08/2024": 9151.165351,
      "20/08/2024": 10395.55802,
      "26/08/2024": 11205.7148822,
      "02/09/2024": 11794.7379133
    },
    "total_locked_till_now": 11794.7379133
  }
}