Merge branch 'tiagosiebler:master' into master
This commit is contained in:
@@ -347,9 +347,15 @@ export class RestClientV2 extends BaseRestClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getSpotMainSubTransferRecord(params: object): Promise<APIResponse<any>> {
|
getSpotMainSubTransferRecord(params: object): Promise<APIResponse<any>> {
|
||||||
return this.getPrivate(`/api/v2/spot/account/sub-main-trans-record`,params,);
|
return this.getPrivate(`/api/v2/spot/account/sub-main-trans-record`,params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getSubAccountDepositRecords(params: object): Promise<APIResponse<any>> {
|
||||||
|
return this.getPrivate(`/api/v2/spot/wallet/subaccount-deposit-records`,params);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user