Get Server Time
GET/public/Time
Get the server's time.
Responses
- 200
Success response
- application/json
- Schema
- Example (from schema)
Schema
result object
unixtime integer
Unix timestamp
rfc1123 string
RFC 1123 time format
error string[]
{
"error": [],
"result": {
"unixtime": 1688669448,
"rfc1123": "Thu, 06 Jul 23 18:50:48 +0000"
}
}
Loading...