feat: getSubAccountDepositRecords API

This commit is contained in:
May
2023-12-04 11:36:32 +07:00
parent 3b4b7c98cd
commit 93a0862185

View File

@@ -347,9 +347,15 @@ export class RestClientV2 extends BaseRestClient {
}
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);
}
/**
*
*