Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication using Ed25519 API keys #1396

Open
iden83 opened this issue Jan 31, 2024 · 0 comments
Open

Authentication using Ed25519 API keys #1396

iden83 opened this issue Jan 31, 2024 · 0 comments

Comments

@iden83
Copy link

iden83 commented Jan 31, 2024

Describe the improvement
Hi there,

Is there a chance to use the Ed25519 keys to authenticate? Binance has implemented them July 2023.
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 everyone ( @sammchardy )

To implement
Adding Ed25519 keys for binance-python project

Challenging part
Ed25519 is supported by newer Python version in Crypto module, but importKey function doesn't deal with that well...

This is the announcement post:
https://www.binance.com/en/support/announcement/binance-now-supports-ed25519-api-keys-2023-07-19-30372026b6af4fbbb9b38ab5c3f91755

Users are advised to switch to Ed25519 API keys as they offer optimized API performance and enhanced security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant