Time

GET /time

Retrieve the time of the server. Useful for testing API connectivity.

Responses

GET /time
curl \
 -X GET https://api.everstrike.io/time
Response example (200)
{
  "code": 200,
  "msg": "string",
  "result": 1550924138856
}
Response example (503)
{
  "code": 503,
  "msg": "Invalid request",
  "result": {}
}