Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/public/hello \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": 2841,
  "method": "public/hello",
  "params": {
    "client_name": "My Trading Software",
    "client_version": "1.0.2"
  }
}
'
{
  "jsonrpc": "2.0",
  "id": 8212,
  "result": {
    "version": "1.2.26"
  }
}

Query Parameters

client_name
string
required

Client software name

Example:

"My Trading Software"

client_version
string
required

Client software version

Example:

"1.0.2"

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object
required
id
integer

The id that was sent in the request