Package org.knowm.xchange.coinex
Interface CoinexAuthenticated
@Path("v1")
@Produces("application/json")
@Consumes("application/json")
public interface CoinexAuthenticated
-
Field Summary
Fields Modifier and Type Field Description static String
HEADER_AUTHORIZATION
static String
HEADER_USER_AGENT
-
Method Summary
Modifier and Type Method Description CoinexBalances
getWallet(si.mazi.rescu.ParamsDigest sign, String access_id, si.mazi.rescu.SynchronizedValueFactory<Long> tonce)
-
Field Details
-
HEADER_AUTHORIZATION
- See Also:
- Constant Field Values
-
HEADER_USER_AGENT
- See Also:
- Constant Field Values
-
-
Method Details
-
getWallet
@GET @Path("balance/info") CoinexBalances getWallet(@HeaderParam("authorization") si.mazi.rescu.ParamsDigest sign, @QueryParam("access_id") String access_id, @QueryParam("tonce") si.mazi.rescu.SynchronizedValueFactory<Long> tonce) throws IOException- Throws:
IOException
-