In my experience, on all public counterwallets, I have been getting an error where get_markets_list fails and shows the user an undefined error.
This call is made on the index of the exchange experience on counterwallet. It's not always the case, but it happens often enough where I either get an error or this call takes a very long time to load.
I am suggesting that we drop the max pairs retrieved from 500 to 100 to make this call more efficient, faster loading, and less likely to fail.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/58496095-get_markets_list-fails?utm_campaign=plugin&utm_content=tracker%2F686853&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F686853&utm_medium=issues&utm_source=github).
In my experience, on all public counterwallets, I have been getting an error where
get_markets_list
fails and shows the user an undefined error.This call is made on the index of the exchange experience on counterwallet. It's not always the case, but it happens often enough where I either get an error or this call takes a very long time to load.
I am suggesting that we drop the max pairs retrieved from 500 to 100 to make this call more efficient, faster loading, and less likely to fail.
In the past, this has been set as low as 50 max pairs: https://counterpartytalk.org/t/does-the-get-markets-list-call-show-all-the-available-markets-in-the-system/1205