key: settings
Types: (s) - string, (b) - boolean, (i) - integer
hideCryptoAccounts: (b: false) hides crypto accounts section in external accountshideBankAccounts: (b: false) hides bank accounts section in external accountshidePrimaryCurrency: (b: false) hides primary currency section in preferenceshideNotifications: (b: false) hides notifications section in preferenceshideSmsMfa: (b: false) hides option to use SMS as a form of two factor authenticationbank:hide: (b: false) controls whether to hide certain fields on the bank account page
legal:hide: (b: false) controls whether to hide certain fields on the legal page
"settings" : {
"hideCryptoAccounts": false,
"hideBankAccounts": false,
"hidePrimaryCurrency": false,
"hideNotifications": false,
"hideSmsMfa": false,
"bank": {
"hideFields": []
},
"legal": { "hideFields": [] }
}