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

Issue 328 - Add balance-api/balanceHistory

parent 6cc45a39
No related branches found
No related tags found
1 merge request!495Delrifai/#328 create balance history page
......@@ -140,4 +140,12 @@ export const extendedRest = {
urlPath: "block-number-by-date/{date}",
},
},
"balance-api" : {
balanceHistory: {
params: Hive.GetAccountBalanceHistoryParams,
result: Hive.AccountBalanceHistoryResponse,
urlPath: "accounts/{accountName}/balance-history",
},
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment