Update Wallet

You can update an existing wallet's tag

API Endpoint

POST /client/wallets/save


Request Headers:

Authorization: Bearer <access_token>

Content-Type: application/json Request Body:

{
    "wallet":"<existing_wallet_uuid>",
    "tag" : "<your_new_tag>"
}

Last updated