Support Center

5.2.5 WebSocket API authentication

August 26, 2020

You can find a detailed explanation of the full authentication process with examples in our GitHub API directory.

 

If you experience challenges with the elliptic curve-based signing part of the authentication process, please get in touch with us at: [email protected].

 

We have made a C program called sign_secp224k1. You should be able to compile it on OS X or Linux just by downloading the libecp repository and typing: make sign_secp224k1

 

Full instructions on how to compile and use it are in this repository as well. Once compiled, you should be able to use it to perform the possibly challenging step of the AUTH.md authentication process.