Company profile settings
Contains the configuration of the parameters that apply to the entire company profile.
Gets/retrieves company profile configuration
Headers
Name
Type
Description
{
"data": {
"companyProfile": {
"companyProfileName": "company_user",
"isOnboard": true,
"profileType": "companyProfile",
"companyProfileEmail": "[email protected]",
"availableOrderType": [
{
"orderType": "MARKET"
}
],
"emailNotificationList": {},
"withdrawWhitelistingEnablement": false,
"fiatWithdrawalList": {},
"cryptoWithdrawalList": {},
"ipWhitelist": []
}
}
}Last updated