Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/account/crm/accounttypegroup/list/group' \
--header 'Authorization: Bearer <token>'[
{
"group": {
"accountType": {
"code": "string",
"name": "string",
"description": "string",
"spread": 0,
"spreadType": "string",
"commission": 0,
"minFunding": 0,
"isDefault": true,
"leverage": 0,
"allowTradingCurrencies": [
"string"
],
"allowLeverages": [
0
],
"tags": [
"string"
],
"accountDefaultSettings": {
"readonly": true,
"enable": true,
"enableDeposit": true,
"enableWithdrawal": true,
"enableTransfer": true
}
},
"serverId": 0,
"tradeCurrency": "string",
"fundsCurrency": "string",
"exchangeRate": 0,
"isTest": true
},
"items": [
{
"mtGroupName": "string",
"accountTypeId": 0,
"serverId": 0,
"tradeCurrency": "string",
"fundsCurrency": "string",
"exchangeRate": 0,
"spreadCommission": [
{
"symbolName": "string",
"commission": 0,
"spread": 0
}
],
"priority": 0,
"isTest": true,
"description": "string",
"id": 0,
"accountTypeCode": "string"
}
]
}
]