v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Edit Sub-account details

Update sub-account information.

put/users/{user_id}

Path parameters

user_idstring required

The User ID. Use 'me' if fetching wallets of main authenticated user, use the user_id if fetching for Sub-account linked to the authenticated user.

Request body

first_namestring

The first name of your sub user, this field can be edited

last_namestring

The last name of your sub user, this field can be edited.

Response

200

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Successful",
  "data": {
    "id": "fxxwu3kc",
    "sn": "QDXR3E7XPRQ",
    "email": "teste@gmail.com",
    "first_name": "test",
    "last_name": "tester",
    "created_at": "2021-11-15T18:33:03.000Z",
    "updated_at": "2021-11-15T18:35:59.789Z"
  }
}