Skip to content
Snippets Groups Projects
Commit 0b7dac81 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #479 - Add aggregated-history API

parent e299ff75
No related branches found
No related tags found
1 merge request!587Delrifai/#479 use aggregated balance api
......@@ -147,5 +147,10 @@ export const extendedRest = {
urlPath: "accounts/{accountName}/balance-history",
},
aggregatedHistory: {
params: Hive.GetAccountBalanceHistoryParams,
result: Hive.AccountAggregatedBalanceHistoryResponse,
urlPath: "accounts/{accountName}/aggregated-history",
},
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment