diff --git a/src/rest-client-v2.ts b/src/rest-client-v2.ts index 5d523eb..e3def28 100644 --- a/src/rest-client-v2.ts +++ b/src/rest-client-v2.ts @@ -158,7 +158,8 @@ export class RestClientV2 extends BaseRestClient { return this.getPrivate(`/api/v2/account/bot-assets`, params); } - getAssetsOverview(): Promise> { + /** Get assets overview */ + getBalances(): Promise> { return this.getPrivate(`/api/v2/account/all-account-balance`); }