Merge branch 'tiagosiebler:master' into master

This commit is contained in:
t0chk
2023-12-04 23:55:50 +03:00
committed by GitHub

View File

@@ -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);
}
/** /**
* *
* *