Skip to main content

Create Broker Sub-Account

Type: POST

Description: /v4/user/account

Parameters

NameTypeMandatoryDefaultDescriptionRanges
accountNamestringtrue-Sub-account name6-16
typeintegerfalse1Account type: 1-General account, 7-Broker sub-account1, 7

Response Example

Response
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": true //true: success; false/null: unsuccess
}