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