curl --request GET \
--url https://api.copper.co/platform/clearloop/balances
{
"balances": [
{
"amount": "<string>",
"available": "<string>",
"balance": "<string>",
"clientAccountId": "<string>",
"currency": "<string>",
"delegatedOrganizationId": "<string>",
"exchangeId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"reserve": "<string>",
"totalAvailableToUndelegate": "<string>"
}
]
}
curl --request GET \
--url https://api.copper.co/platform/clearloop/balances
{
"balances": [
{
"amount": "<string>",
"available": "<string>",
"balance": "<string>",
"clientAccountId": "<string>",
"currency": "<string>",
"delegatedOrganizationId": "<string>",
"exchangeId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"reserve": "<string>",
"totalAvailableToUndelegate": "<string>"
}
]
}
ClearLoop portfolioId
If true, only non-empty balances will be returned
If true, it displays totalAvailableBalanceToUndelegate across main account and subaccounts
OK
The response is of type object
.