The current list of proxies, api_explorer_get_top_proxies, is considered to be used in the UI. However, this command today pulls a lot of data and seems to take a while to run.
It would require some optimization.
- Pagination, only return 20 results per page
Create command api_explorer_get_top_proxies_count to return the total amount.
Related issue bitshares/bitshares-ui#2932
The current list of proxies,
api_explorer_get_top_proxies, is considered to be used in the UI. However, this command today pulls a lot of data and seems to take a while to run.It would require some optimization.
Create command
api_explorer_get_top_proxies_countto return the total amount.Related issue bitshares/bitshares-ui#2932