Skip to content Skip to sidebar Skip to footer

Binance Api Hmac Signature

please help I don't know what is wrong with my code. Endpoints that doesn't need signature work fine, so I guess is a problem with how I am getting the signature. I am getting this

Solution 1:

Try setting the headers object to have a key of X-MBX-APIKEY directly:

headers: {
  'X-MBX-APIKEY': binanceConfig.API_KEY,
},

Post a Comment for "Binance Api Hmac Signature"