python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

Ed25519 authentication

Open PGSch opened this issue 11 months ago • 1 comments

Is it possible to authenticate with Ed25519 key? The examples only show api_key and secret authentication. Binance does not allow placing orders with HMAC authentication. Am I doing something wrong? Would appreciate your help.

PGSch avatar Mar 21 '25 21:03 PGSch

Hello @PGSch,

Sorry for taking so long/

Yes it is. Both ed25519 and RSA keys are supported.

You just need to provide private_key and api_key to the client

carlosmiei avatar Apr 07 '25 13:04 carlosmiei