We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a21325 commit 3400769Copy full SHA for 3400769
src/ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs
@@ -34,7 +34,6 @@ public sealed partial class ExchangeKrakenAPI : ExchangeAPI
34
35
private ExchangeKrakenAPI()
36
{
37
- RequestMethod = "POST";
38
RequestContentType = "application/x-www-form-urlencoded";
39
MarketSymbolSeparator = string.Empty;
40
NonceStyle = NonceStyle.UnixMilliseconds;
0 commit comments