Merge pull request #26 from Maythasit/feat/get-main-sub-transfer-record
feat: add api main-sub-transfer-record
This commit is contained in:
@@ -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,);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user