POST
/
deposit-targets
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>"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.