Accounts settings
Contains the configuration of the parameters that apply to the accounts within a company profile.
Gets/retrieves accounts configuration within a company profile
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"accounts": [
{
"accountName": "accountName",
"accountType": "credit",
"allowBalanceTransfers": true,
"accountId": "accountId",
"creditLimitUsd": 1000,
"enableCryptoSourceAddressWhitelist": false,
"postTradeSettlements": {}
},
{
"accountName": "accountName2",
"accountType": "credit",
"allowBalanceTransfers": true,
"accountId": "accountId2",
"creditLimitUsd": 10000,
"enableCryptoSourceAddressWhitelist": false,
"postTradeSettlements": {}
}
]
}
}Last updated