Questions tagged [binance]

2 questions
1
vote
1 answer

Is Binance API Key part of RSA key pair?

When we generate an API key in Binance there is a generated secret key too. I could not find any reference that those are RSA key pairs. They could be just random unrelated numbers. Is the Binance API Key the public key of RSA key pairs?
Ahmet Arslan
  • 849
  • 1
  • 5
  • 9
0
votes
1 answer

Using two different random numbers instead of RSA Keys

Binance public API supports access to specific operations with RSA key pair. Firstly customer generates an RSA key pair. The customer uses the secret key to hash(SHA256) the query string parameters and puts the hash value in the query string. Theā€¦
Ahmet Arslan
  • 849
  • 1
  • 5
  • 9