Free API is fine.
But you can only call getMarketPricesCompressedAsync not more than 60 times per minute.
This means that your refresh timer interval should not be less than 1000 (milliseconds). I think this is what causes yor problem.
But you can only call getMarketPricesCompressedAsync not more than 60 times per minute.
This means that your refresh timer interval should not be less than 1000 (milliseconds). I think this is what causes yor problem.


Comment