diff --git a/src/rest-client-v2.ts b/src/rest-client-v2.ts index 042edb6..9a83899 100644 --- a/src/rest-client-v2.ts +++ b/src/rest-client-v2.ts @@ -347,9 +347,15 @@ export class RestClientV2 extends BaseRestClient { } getSpotMainSubTransferRecord(params: object): Promise> { - 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> { + return this.getPrivate(`/api/v2/spot/wallet/subaccount-deposit-records`,params); + } + + + /** * *