curl --request GET \
--url https://api.copper.co/platform/deposit-targets
{
"depositTargets": [
{
"acceptAllTokens": true,
"activatedTokens": [
{}
],
"address": "<string>",
"createdAt": "<string>",
"createdBy": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"externalId": "<string>",
"mainCurrency": "<string>",
"memo": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"portfolioType": "custody",
"requireTokensActivation": true,
"status": "new",
"targetType": "proxy",
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
}
Retrieve information about all deposit targets in an organization
curl --request GET \
--url https://api.copper.co/platform/deposit-targets
{
"depositTargets": [
{
"acceptAllTokens": true,
"activatedTokens": [
{}
],
"address": "<string>",
"createdAt": "<string>",
"createdBy": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"externalId": "<string>",
"mainCurrency": "<string>",
"memo": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"portfolioType": "custody",
"requireTokensActivation": true,
"status": "new",
"targetType": "proxy",
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
}
Show child attributes
Show child attributes
ASC
, DESC
OK
The response is of type object
.