Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/account/crm/config/getall' \
--header 'Authorization: Bearer <token>'{
"bankCardMaxQuantity": 0,
"cryptoMaxQuantity": 0,
"realAccountMaxQuantity": 0,
"tradeCurrency": "string",
"availableLeverages": [
0
],
"chainSetting": [
{
"currency": "string",
"netWorks": [
{
"netWork": "string",
"regular": "string"
}
]
}
],
"accountExchangeRates": {
"property1": [
0
],
"property2": [
0
]
},
"tradeCurrencies": [
"string"
],
"enableTransferAccountTypeAmounts": {
"property1": 0,
"property2": 0
}
}