ExchangeSharp icon indicating copy to clipboard operation
ExchangeSharp copied to clipboard

LBank Invalid signature "error_code": 10007

Open Trumpeta2021 opened this issue 3 years ago • 0 comments
trafficstars

Hello,

I have problem with sign to LBank. I tried to generate both of API verifications (RSA and HmacSHA256), but noone is working. Both returns error code 10007. My code:

var api = await ExchangeAPI.GetExchangeAPIAsync<ExchangeLBankAPI>(); api.LoadAPIKeysUnsecure("my API Key", "my Secret Key");

var response = await api.GetAmountsAsync();

Did I vorget somethings?

Thank you

Trumpeta2021 avatar Apr 18 '22 09:04 Trumpeta2021