Interface LimitOrderAPI


@Path("/api/v1/limit/orders") @Produces("application/json") public interface LimitOrderAPI
  • Method Details

    • getRecentOrders

      @GET KucoinResponse<List<OrderResponse>> getRecentOrders(@HeaderParam("KC-API-KEY") String apiKey, @HeaderParam("KC-API-SIGN") si.mazi.rescu.ParamsDigest signature, @HeaderParam("KC-API-TIMESTAMP") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, @HeaderParam("KC-API-PASSPHRASE") String apiPassphrase) throws IOException
      Throws:
      IOException