---
title: "GET /public/get_time"
method: GET
path: "/public/get_time"
tags: ["Supporting", "Public"]
---

# GET /public/get_time

`GET /public/get_time`

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](https://test.deribit.com/api_console?method=%2Fpublic%2Fget_time)

## Response `200`

Success response

- PublicGetTimeResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` integer, required — Current timestamp (milliseconds since the UNIX epoch)

---

[API](https://skmtc.net/deribit/apis/deribit-api.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api/versions/78a0783dbfcc/schema)
