adding common assets
This commit is contained in:
@@ -145,6 +145,23 @@ export class RestClientV2 extends BaseRestClient {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* * Common | Assets
|
||||
*
|
||||
*/
|
||||
getFundingAssets(params?: object): Promise<APIResponse<any>> {
|
||||
return this.getPrivate(`/api/v2/account/funding-assets`, params);
|
||||
}
|
||||
|
||||
getBotAccount(params?: object): Promise<APIResponse<any>> {
|
||||
return this.getPrivate(`/api/v2/account/bot-assets`, params);
|
||||
}
|
||||
|
||||
getAssetsOverview(): Promise<APIResponse<any>> {
|
||||
return this.getPrivate(`/api/v2/account/all-account-balance`);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* * Common | Convert
|
||||
|
||||
Reference in New Issue
Block a user