POST
/
wallets
curl --request POST \
  --url https://api.copper.co/platform/wallets \
  --header 'Content-Type: application/json' \
  --data '{
  "currency": "<string>",
  "mainCurrency": "<string>",
  "portfolioId": "<string>",
  "walletId": "<string>"
}'
{
  "available": "<string>",
  "balance": "<string>",
  "createdAt": "<string>",
  "currency": "<string>",
  "extra": {
    "externalAccountId": "<string>"
  },
  "locked": "<string>",
  "mainCurrency": "<string>",
  "organizationId": "<string>",
  "portfolioId": "<string>",
  "portfolioType": "custody",
  "reserve": "<string>",
  "stakeBalance": "<string>",
  "totalBalance": "<string>",
  "updatedAt": "<string>",
  "walletId": "<string>"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.