Get server timestamp

GET /time

Returns the API server's UTC timestamp.

Responses

  • success

    Hide response attributes Show response attributes object
    • data object Required
      Hide data attribute Show data attribute object
    • meta object Required
GET /time
curl \
 -X GET https://api.omniex.io/edge/v1beta/time
Response examples (200)
{
  "data": {
    "timestamp": "2021-04-21T01:43:06.000Z"
  },
  "meta": {}
}
Response examples (200)
{
  "data": {
    "timestamp": "2025-05-04T09:42:00Z"
  },
  "meta": {}
}