npm-coinspot-api
npm-coinspot-api copied to clipboard
Orders endpoint not returning complete all orders.
The orders endpoint is limited to 100 orders on both buy and sell.
This wouldn't be so bad if the ordering was reversed. Currently 100 sell orders are returned starting from the highest rate and vice versa for buy. They should be ordered by rate, ascending for sell and descending for buy to return orders closest to the current bid and ask.
This is an issue with the endpoint itself not this package, however I couldn't find a API support section on the Coinspot website.