First let’s give a little background, what are Ed25519 API keys?nEd25519 API keys are based on elliptic curves and use asymmetric cryptography to authenticate your requests to the Binance API. Like RSA API keys, Ed25519 keys are asymmetric. nYou can generate a key pair, share the public key with Binance, and use your private key to sign requests.nThe Ed25519 digital signature scheme provides a high level of security comparable to 3072-bit RSA keys, while having much smaller signatures that are faster to compute, for comparison:nnAPI Key Type / Signature Size / Signature Operation TimenHMAC-SHA (256bit) / 64 bytes / 0.00 msnEd25519 (3072-bit) / 88 bytes / 0.03 msnRSA (2048-bit) / 344 bytes / 0.55 msnnThe MoonBot terminal on the Settings-Login tab now supports HMAC-SHA (256-bit) encryption-based API keys, which are the fastest, and RSA (2048-bit) encryption-based API keys, which are more secure. Support for API keys based on Ed25519 encryption is not yet available in MoonBot and may be available in future releases.
Binance recently introduced the ability for its users to use API keys with Ed25519 encryption, does MoonBot support this type of keys?
:
Interface configuration