Open silviumatei opened 1 year ago
@sammchardy
This is the announcement post: https://www.binance.com/en/support/announcement/binance-now-supports-rsa-api-keys-2022-12-29-f418fed3f05f4854a7bbccaad3104a1c
They use RSA PKCS#8 key pairs
This will be included in the next update shortly.
You can test it if you clone the code now, supports Path or str contents of public key file.
Is there somewhere an example how to use it? Thanks.
Following
Current I Fixed by:
On Fri, 28 Jul 2023 at 00:17, aekiratli @.***> wrote:
Following
— Reply to this email directly, view it on GitHub https://github.com/sammchardy/python-binance/issues/1281#issuecomment-1654059986, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIMTMDL27KL65RXBBB6VEYTXSKPBJANCNFSM6AAAAAAUDUN77Q . You are receiving this because you commented.Message ID: @.***>
Hi there,
Is there a chance to use the RSA keys to authenticate? Binance has implemented them last December. There's a description here but I didn't manage to implement it in python: https://binance-docs.github.io/apidocs/spot/en/#signed-trade-user_data-and-margin-endpoint-security
Thanks a lot for your work!