kucoin-java-sdk icon indicating copy to clipboard operation
kucoin-java-sdk copied to clipboard

Update Get Full Order Book API to v3 that requires authentication

Open denistorresan opened this issue 3 years ago • 0 comments

The method RestClient.orderBookAPI().getFullLevel2OrderBook returns a 404 not found because the API Get Full Order Book(aggregated) was updated to V3 and now also requires authentication as described here:

https://docs.kucoin.com/#get-part-order-book-aggregated

I fixed updating the orderBookAPI and now extends AuthRetrofitAPIImpl.

denistorresan avatar Jun 08 '22 14:06 denistorresan