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" }
Retrieves the language to be used for emails.
Scope: account:read
account:read
Try in API console
Success response
The JSON-RPC version (2.0)
2.0
The abbreviation of the language
"en"
The id that was sent in the request
Was this page helpful?