v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Supporting
Public
WebSocket Only

Method used to introduce the client software connected to Deribit platform over websocket. Provided data may have an impact on the maintained connection and will be collected for internal statistical purposes. In response, Deribit will also introduce itself.

Try in API console

get/public/hello

Query parameters

client_namestring required
Example:My Trading Software

Client software name

client_versionstring required
Example:1.0.2

Client software version

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": {
    "version": "2.1.26"
  }
}