Package org.knowm.xchange.kucoin.service
Class KucoinDigest
java.lang.Object
org.knowm.xchange.service.BaseParamsDigest
org.knowm.xchange.kucoin.service.KucoinDigest
- All Implemented Interfaces:
si.mazi.rescu.ParamsDigest
public class KucoinDigest extends BaseParamsDigest
Almost identical to Coinbase Pro (even down to the text in the API documentation).
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseParamsDigest
HMAC_MD5, HMAC_SHA_1, HMAC_SHA_256, HMAC_SHA_384, HMAC_SHA_512
-
Method Summary
Modifier and Type Method Description static KucoinDigest
createInstance(String secretKey)
String
digestParams(si.mazi.rescu.RestInvocation restInvocation)
String
getSignature()
Methods inherited from class org.knowm.xchange.service.BaseParamsDigest
decodeBase64, getMac
-
Method Details
-
createInstance
-
digestParams
-
getSignature
-