Sub-account List Interface
Description
Sub-account list interface is used to obtain the data of sub-account list.URL
/operator/api/subAccountList.htmParameter
| Parameter | Type | Description |
|---|---|---|
| opId | String | Operator ID |
| coin | String | Coin type(BTC、LTC、ZEC……) |
| params | String | Record will use API key for AES encryption,check "Interface Authorization" description for details |
| sign | String | Signature,check "Interface Authorization" description for details. |
record description:
| Name | Type | Description |
|---|---|---|
| key | String | API key |
| nonce | Long | Incremental nonce number |
| String | user email |
- Return Value
{ "code": "000000", "data": { "email":"email", "clientUserIds":["account1","account2"], "clientUserRoleList":[ //授权子账户 { "activateFlag": "1", //授权子账户状态 "activateFlag_t": "启用", "btcAddr": "btc_address", #地址 "emailFrom": "[email protected]", "emailTo": "[email protected]", "emailfromNickname": "from_user_nickName", "emailtoNickname": "to_user_nickName", "id": "1", "nickName": "nickname", "nickNameTo": "to_nickname", "permissions": "sub account permission", #子账户拥有权限 "userId": "test_user" //子账号名称 } ] }, "message": "ok" }