Merge pull request #26 from Maythasit/feat/get-main-sub-transfer-record

feat: add api main-sub-transfer-record
This commit is contained in:
Tiago
2023-11-22 11:29:09 +00:00
committed by GitHub

View File

@@ -346,6 +346,10 @@ export class RestClientV2 extends BaseRestClient {
return this.getPrivate(`/api/v2/spot/wallet/withdrawal-records`, params); return this.getPrivate(`/api/v2/spot/wallet/withdrawal-records`, params);
} }
getSpotMainSubTransferRecord(params: object): Promise<APIResponse<any>> {
return this.getPrivate(`/api/v2/spot/account/sub-main-trans-record`,params,);
}
/** /**
* *
* *