Error 14
Invalid signature
Error 14 Invalid signature may occur when sending a REST request or connecting a WebSocket.
Check that you send a payload as a string.
Check the signature is correct.
Use the following tests to check the correctness of your signature:
REST Signature test
String to be signed:
add{"nonce": 49856723467362345, "timestamp": 1628489110490, "instrument": "BTC-USD", "clientOrderId": 1, "size": 1, "side": "ask", "type": "MarketIOC"}
The correct signature should be exactly the same:
xvWE5m9bLUOx6TubJsXbnHPfdmYGvlbma2kuRPma0smOq47yRsG4LCak/hozAiQq
Websocket signature test
String to be signed:
{"nonce": 49856723467362345, "timestamp": 1628489110490}
The correct signature should be exactly the same:
KCn9rlqILiifROYfgpGmRtvgBzSCJa/2KJ31oPKbcyE6D+BaTVfFMXo8kDwQtBC/
Last updated