The lack of documentation is really busting me here, guys.
What's the easiest way to grab an Array filled with hourly or minutely data for a trading pair on Sushi, for example SafeFantom - FMT?
The only way I was able to get SOME results was by listing all pairs via exchange.subscribe and manually working through the resulting array to find the IDs of the pair I wanted.
The lack of documentation is really busting me here, guys.
What's the easiest way to grab an Array filled with hourly or minutely data for a trading pair on Sushi, for example SafeFantom - FMT?
The only way I was able to get SOME results was by listing all pairs via
exchange.subscribe
and manually working through the resulting array to find the IDs of the pair I wanted.