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