cURL
curl --request GET \ --url https://test.deribit.com/api/v2/public/get_time \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 7365, "method": "public/get_time", "params": {} } '
{ "jsonrpc": "2.0", "id": 7365, "result": 1550147385946 }
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
Success response
The JSON-RPC version (2.0)
2.0
Current timestamp (milliseconds since the UNIX epoch)
1517329113791
The id that was sent in the request
Was this page helpful?