You can only update the account label.
ENDPOINT
- PATCH /v1/crypto/:id
REQUEST
- {
- "label": "Jane Doe BTC Wallet One"
- }
RESPONSE
- {
- "id": "cpw-c8b351d4-95d6-423b-a984-7907d273f817",
- "businessId": "",
- "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
- "createdPersonId": "per-b1216152-0d54-401f-816f-de392b5ba77f",
- "label": "Jane Doe BTC Wallet",
- "cryptoAddress": "tb1qscc2j3358fsrhtzkh3qdklayhndfckzlha330h",
- "cryptoBalance": "0.00000000",
- "usdBalance": "0.00",
- "currency": "BTC",
- "custodian": "Zerohash",
- "status": "",
- "acceptedTerms": true,
- "metadata": null,
- "config": {
- "card": {
- "virtual": {
- "enabled": true,
- "count": "5"
- },
- "physical": {
- "enabled": true,
- "count": "5"
- }
- },
- "buy": {
- "enabled": true
- },
- "sell": {
- "enabled": true
- },
- "send": {
- "enabled": true
- },
- "receive": {
- "enabled": true
- }
- },
- "createdAt": "2022-04-01T00:51:08Z",
- "modifiedAt": "2022-04-01T00:51:08Z",
- "familyId": ""
- }