curl --request GET \
--url https://api.copper.co/platform/clearloop/portfolios{
"portfolios": [
{
"delegationsEnabled": true,
"disabledDelegationsReason": "<string>",
"disabledUndelegationsReason": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"settlementDetails": {
"comments": "<string>",
"status": "not-yet-settled"
},
"undelegationsEnabled": true
}
]
}curl --request GET \
--url https://api.copper.co/platform/clearloop/portfolios{
"portfolios": [
{
"delegationsEnabled": true,
"disabledDelegationsReason": "<string>",
"disabledUndelegationsReason": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"settlementDetails": {
"comments": "<string>",
"status": "not-yet-settled"
},
"undelegationsEnabled": true
}
]
}OK
An array of ClearLoop portfolios (i.e. accounts) held at Copper
Show child attributes
Indicates whether delegations are enabled for the ClearLoop portfolio
Reason why delegations are disabled for the ClearLoop portfolio. Example: CL-SETTLEMENTS-1, which means that delegation is disabled due to an upcoming or pending settlement
Reason why undelegations are disabled for the ClearLoop portfolio. Example: CL-SETTLEMENTS-1, which means that undelegation is disabled due to an upcoming or pending settlement
Identifier of the client organisation holding the ClearLoop portfolio
Identifier of the ClearLoop portfolio
Settlement details associated with the ClearLoop portfolio
Show child attributes
Optional comments, for example, reason for exclusion
Settlement status of the ClearLoop portfolio. See details
not-yet-settled, eligibility-checks, awaiting-exchange-calculation, in-progress, completed, failed, excluded, paused-copper Indicates whether undelegations are enabled for the ClearLoop portfolio
Was this page helpful?