curl --request GET \
--url https://api.copper.co/platform/deposit-targets{
"depositTargets": [
{
"acceptAllTokens": true,
"createdAt": "<string>",
"createdBy": "<string>",
"depositTargetId": "<string>",
"externalId": "<string>",
"mainCurrency": "<string>",
"portfolioType": "custody",
"requireTokensActivation": true,
"status": "new",
"targetType": "proxy",
"updatedAt": "<string>",
"updatedBy": "<string>",
"activatedTokens": [
{}
],
"address": "<string>",
"currency": "<string>",
"memo": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>"
}
]
}Retrieve information about all deposit targets in an organization
curl --request GET \
--url https://api.copper.co/platform/deposit-targets{
"depositTargets": [
{
"acceptAllTokens": true,
"createdAt": "<string>",
"createdBy": "<string>",
"depositTargetId": "<string>",
"externalId": "<string>",
"mainCurrency": "<string>",
"portfolioType": "custody",
"requireTokensActivation": true,
"status": "new",
"targetType": "proxy",
"updatedAt": "<string>",
"updatedBy": "<string>",
"activatedTokens": [
{}
],
"address": "<string>",
"currency": "<string>",
"memo": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>"
}
]
}proxy, direct, external-wallet new, pending, approval-pending, enabled, disabled, error, portfolio-archived ASC, DESC OK
Show child attributes
This parameter defines if this target is able to accept all tokens
custody, trading-vault, trading, external, clearloop This parameter defines if this target is able to accept all tokens
new, pending, approval-pending, enabled, disabled, error, portfolio-archived proxy, direct, external-wallet If tokens of a blockchain should be activated prior to any operation, this parameter includes a list of currencies to be activated with corresponding status - otherwise, the field is set as null
Additional metadata you want to store with a new Deposit Target
Was this page helpful?