Skip to main content

Create account

POST 

/v1/accounts

Create account

The Create Account endpoint is a POST method designed to establish a new account associated with a specified wallet. It requires parameters such as the account's address, wallet ID, type, name, and optional other details. The endpoint performs validation checks on the account type and ensures proper handling of approvers and transaction limits. Upon successful creation, it returns the newly generated account ID.

Request

Body

required
    address stringrequired
    approvers uuid[]nullable
    approvers_quantity int32nullable
    exchange_api_key stringnullable
    exchange_api_secret stringnullable
    is_imported booleannullable
    name stringrequired
    transaction_limit stringnullable
    type stringrequired
    wallet_id uuidrequired

Responses

Created

Schema

    string

Loading...