Merge branch 'master' into v5rest
This commit is contained in:
@@ -265,7 +265,7 @@ export class AccountAssetClientV3 extends BaseRestClient {
|
||||
* Get Sub UID List
|
||||
*/
|
||||
getSubMembers(): Promise<APIResponseWithTime<SubMemberResponseV3>> {
|
||||
return this.postPrivate('/user/v3/private/query-sub-members');
|
||||
return this.getPrivate('/user/v3/private/query-sub-members');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -232,7 +232,7 @@ export interface CreateSubAPIKeyRequestV3 {
|
||||
readOnly: 0 | 1;
|
||||
ips?: string[];
|
||||
permissions: {
|
||||
ContractTrade?: [];
|
||||
ContractTrade?: string[];
|
||||
Spot?: string[];
|
||||
Wallet?: string[];
|
||||
Options?: string[];
|
||||
|
||||
Reference in New Issue
Block a user