Account Data

/account/preferences

Retrieves the user's account preferences.

get/api/v1/account/preferences

Response

Successful response with account preferences.

languagestring

User preferred language.

themestring

User preferred theme.

Example response

{
  "language": "en",
  "theme": "dark",
  "market": [
    {
      "setLeverage": 100
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.