Package org.knowm.xchange.therock
Interface TheRockAuthenticatedV0
@Path("api")
@Consumes("application/json")
@Produces("application/json")
public interface TheRockAuthenticatedV0
The old API V0 https://api.therocktrading.com/doc/v0/index.html#api-Trading_API-GetOrders
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionplaceOrder
(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order)
-
Field Details
-
X_TRT_NONCE
- See Also:
-
-
Method Details
-
placeOrder
@POST @Path("get_orders") TheRockOrder placeOrder(@HeaderParam("X-TRT-KEY") String publicKey, @HeaderParam("X-TRT-SIGN") TheRockDigest signer, @HeaderParam("X-TRT-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order) throws TheRockException, IOException - Throws:
TheRockException
IOException
-