You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: