Get the current system status or trading mode.
curl --request GET \
--url https://api.kraken.com/0/public/SystemStatus{
"error": [],
"result": {
"status": "online",
"timestamp": "2023-07-06T18:52:00Z"
}
}Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.kraken.com/0/public/SystemStatus{
"error": [],
"result": {
"status": "online",
"timestamp": "2023-07-06T18:52:00Z"
}
}