Skip to main content

Update account

PUT 

/v1/accounts/:account_id

Update account

The update_account endpoint allows updating details of an existing account, including name, exchange API keys, transaction limits, and approvers. It requires the account ID as a parameter and accepts an optional JSON payload with fields to update.

Request

Path Parameters

    account_id uuidrequired

    Account id

Body

required
    approvers uuid[]nullable
    approvers_quantity int32nullable
    exchange_api_key stringnullable
    exchange_api_secret stringnullable
    name stringnullable
    transaction_limit stringnullable

Responses

Updated successfully

Schema

    string

Loading...