-
Notifications
You must be signed in to change notification settings - Fork 3
Rest API Signature Certification (English)
Important: these two keys are closely related to account security, don’t disclose to others at any time.
For example:
https://api.bitker.com/v1/orders/place?amount=11&price=0.2&symbol=usdt_btc&consignType=1&consignDirection=2&apikey=value&signature=476a5a08129dd1012b9c56136a75f082fg
Signature operation
API requests are most likely to be tampered with in the process of being sent via Internet. To ensure that the request has not been changed, we will require the user to sign each request (other than the quote API) to verify whether the parameter or parameter value has changed during transmission.
Here is an example of an order request from this website
http:// market.bitker.com:3008/v1/orders/place
?amount=11
&price=0.2
&symbol=usdt_btc
&consignType=1
&consignDirection=2
&apikey=value
?amount=11
&apikey=value
&consignDirection=2
&consignType=1
&price=0.2
&symbol=usdt_btc
11value210.2usdt_btc
For example:753a5a08129dd10fb9c56136a75f088e
http:// market.bitker.com:3008/v1/orders/place
?amount=11
&price=0.2
&symbol=usdt_btc
&consignType=1
&consignDirection=2
&apikey=value
&signature=753a5a08129dd10fb9c56136a75f088e