v3
latestOpenAPI 3.0.02026-07-311784111.3 MBSupporting
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.
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
Example response
{
"result": {
"version": "2.1.26"
}
}