cURL
curl --request GET \ --url https://test.deribit.com/api/v2/public/disable_heartbeat \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 3562, "method": "public/disable_heartbeat", "params": {} } '
{ "jsonrpc": "2.0", "id": 1569, "result": "ok" }
Stop sending heartbeat messages. This method takes no parameters.
WebSocket Only: This method is designed exclusively for WebSocket connections. Attempting to use it via REST/HTTP will result in an error response.
Try in API console
Success response
The JSON-RPC version (2.0)
2.0
Result of method execution. ok in case of success
ok
The id that was sent in the request
Was this page helpful?