Use the JSON API to integrate the exchange statuses into your own systems. Use the Status API to get statuses of Cryptohopper services.
GET
Example JSON
{
"messages": [{
"date": "2021-02-23T07:32:37Z",
"message": "We experienced some problems...",
}, ...
],
"data": {
"monitors": [{
"status": "ok",
"id": "bitpanda",
"image": "https://cdn.cryptohopper.com/images/bitpanda_logo.png",
"name": "Bitpanda Pro",
"dailyRatios": [{
"ratio": 100,
"label": "success"
}, ...
],
"90dRatio": {
"ratio": 99.747,
"label": "warning"
},
"30dRatio": {
"ratio": 99.747,
"label": "warning"
}
}, ...
]
},
"days": ["March 1, 2021", "February 28, 2021", "February 27, 2021", ... ],
"statistics": {
"uptime": {
"last_24_hours": 99.98,
"last_7_days": 99.91,
"last_30_days": 99.88,
"last_90_days": 99.88
},
"counts": {
"up": 16,
"down": 0,
"paused": 0
},
"latest_downtime": null
},
"status_result": "<\/i><\/span> <\b>All exchanges operational<\/span><\/b>",
"update_time": 1614704649,
"update_date": "2021-03-02T17:04:09Z"
}