Binance now supports using RSA keys to create signed API requests. All you need to do is generate an RSA key pair and register the public key on Binance.
1. Go to the officialRSA Keys Generator websiteto download and install the latest version of the generator.
Note: The “.CHECKSUM” file is used to verify the integrity of the generator package. Please download both files to the same directory. Clickherefor more information.
2. Launch the application and you can use it to:
1. Log in to your Binance account and go to[Profile]-[API Management]. Click[Create API].
2. Choose[Self-generated API key].
3. Copy thepublic keygenerated from RSA Keys Generator and paste it into the box to register.
4. Enter a name for your API key. Click[Next]and complete 2FA.
To send a signed API request, you can follow the steps in theAPI documentation. Go to[SIGNED Endpoint Example for POST /api/v3/order - RSA Keys]under the[SIGNED Endpoint security]section.