All Collections
3Commas API for Developers and 3Commas Apps
3Commas API
What is RSA Key Pair and how to apply it in 3Commas
What is RSA Key Pair and how to apply it in 3Commas
Updated over a week ago

3Commas now allows using RSA Keys to create signed API requests. To take advantage of this, you need to generate an RSA Key pair and register the public key on 3Commas.

RSA is known as an asymmetric cryptography algorithm that helps to create secure data flow in an insecure network. In the RSA case, you will be the only one who will possess the Private key. Thus, it adds an extra layer of security.

The RSA Key pair option is known as the "Self generated" API Key option within the 3Commas API Access Token page, and is the recommended and most secure method to connect your apps, scripts or programs to your 3Commas account!


How to create RSA key pair?

You can either generate them in the command line or using the official Binance key generator.

For more detailed information, please head to our dedicated GitHub page.


How to register a Public key in 3Commas?

1. Go to the API Access Token page on 3Commas

2. Click New API access token

3. Choose Self generated

4. Enter the appropriate data

Please fill in the information using this article.

5. Enter the Public key and click Create

The Create button will become active if all fields are correctly filled:

6. For further information, please head to our dedicated GitHub article

There you will learn how to send the requests and sign them.

Did this answer your question?