OpenAPI 3.0.02026-08-121784101.3 MB

6e5c000c82a8

Supporting
Public

Retrieves the current time (in milliseconds). This API endpoint can be used to check the clock skew between your software and Deribit's systems.

Try in API console

get/public/get_time

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

resultinteger required

Current timestamp (milliseconds since the UNIX epoch)

Example response

{
  "result": 1517329113791
}