WebSocket API authentication

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 Digital Signature Algorithm (ECDSA), please contact us at contact support@cf.us.

In reference to the above, we have developed a C-program referred to as ‘sign_secp224k1’. Users can compile this program on either OS X or Linux by downloading the libecp repository and typing ‘make sign_secp224k1’. Full instructions on how to compile and use ‘sign_secp224k1’ are located in the repository as well. Once compiled, users should be able to complete the AUTH.md authentication process.

Last updated