feat: add api main-sub-transfer-record

This commit is contained in:
May
2023-11-22 12:02:00 +07:00
parent 2c10d6fe9f
commit a5c605c959

View File

@@ -346,6 +346,10 @@ export class RestClientV2 extends BaseRestClient {
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,);
}
/**
*
*