Market Data
Get Server Time
Get the server’s time.
GET
Get Server Time
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the server’s time.
curl --request GET \
--url https://api.kraken.com/0/public/Time{
"error": [],
"result": {
"unixtime": 1688669448,
"rfc1123": "Thu, 06 Jul 23 18:50:48 +0000"
}
}curl --request GET \
--url https://api.kraken.com/0/public/Time{
"error": [],
"result": {
"unixtime": 1688669448,
"rfc1123": "Thu, 06 Jul 23 18:50:48 +0000"
}
}