curl --request POST \
--url https://api.copper.co/platform/deposit-targets \
--header 'Content-Type: application/json' \
--data '{
"activationCode": "<string>",
"address": "<string>",
"currency": "<string>",
"externalId": "<string>",
"mainCurrency": "<string>",
"memo": "<string>",
"name": "<string>",
"portfolioId": "<string>"
}'
{
"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>"
}
Create a new deposit target
curl --request POST \
--url https://api.copper.co/platform/deposit-targets \
--header 'Content-Type: application/json' \
--data '{
"activationCode": "<string>",
"address": "<string>",
"currency": "<string>",
"externalId": "<string>",
"mainCurrency": "<string>",
"memo": "<string>",
"name": "<string>",
"portfolioId": "<string>"
}'
{
"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>"
}
OK
The response is of type object
.