From a5c605c959f48be54702397a12bdeb0a336845a7 Mon Sep 17 00:00:00 2001 From: May Date: Wed, 22 Nov 2023 12:02:00 +0700 Subject: [PATCH] feat: add api main-sub-transfer-record --- src/rest-client-v2.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rest-client-v2.ts b/src/rest-client-v2.ts index 0d3dc6d..042edb6 100644 --- a/src/rest-client-v2.ts +++ b/src/rest-client-v2.ts @@ -346,6 +346,10 @@ export class RestClientV2 extends BaseRestClient { return this.getPrivate(`/api/v2/spot/wallet/withdrawal-records`, params); } + getSpotMainSubTransferRecord(params: object): Promise> { + return this.getPrivate(`/api/v2/spot/account/sub-main-trans-record`,params,); + } + /** * *