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
- application/json
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
- 200
Subaccount created.
- application/json
- Schema
- Example (from schema)
Schema
result boolean
Whether subaccount creation was successful or not.
error string[]
{
"error": [],
"result": true
}
Loading...