Skip to main content

Create Subaccount

POST 

/private/CreateSubaccount

Create a trading subaccount. Note: CreateSubaccount must be called using an API key from the master account.

API Key Permissions Required: Funds permissions - Withdraw

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    username stringrequired

    Username for the subaccount

    email stringrequired

    Email address for the subaccount

Responses

Subaccount created.

Schema
    result boolean

    Whether subaccount creation was successful or not.

    error string[]
Loading...