Create account
POST {{proxiedPublicURL}}/accounts
Create account
Request Body
{"type"=>"TRADING", "user_id"=>"{{latestUserID}}", "account_group_id"=>"{{latestAccountGroupID}}", "name"=>"My Account Name"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| idempotency-key | string | (Required) Idempotency key to prevent the same request from replaying. | |
| https://tools.ietf.org/id/draft-idempotency-header-01.html | |||
| upvest-client-id | string | (Required) Tenant Client ID | |
| upvest-api-version | number | Upvest API version | |
| Content-Type | string |