JSON-RPC API
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 currently configured language preference for email notifications. Returns the language code (e.g., en, ko, zh, ja, ru) that is used for all email communications sent to the account.
en
ko
zh
ja
ru
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?