Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/private/get_email_language \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": 9265,
  "method": "private/get_email_language",
  "params": {}
}
'
{
  "jsonrpc": "2.0",
  "id": 9265,
  "result": "en"
}

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
string
required

The abbreviation of the language

Example:

"en"

id
integer

The id that was sent in the request