v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
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
}