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
- application/json
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
- 201
- 400
- 401
Created
- application/json
- Schema
Schema
string
Bad Request
- application/json
- Schema
Schema
string
Unauthorized
- application/json
- Schema
Schema
string
Loading...