Skip to content

Commit

Permalink
Set the default RequestMethod to GET for Kraken (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
v36u authored Feb 1, 2024
1 parent 6a21325 commit 3400769
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public sealed partial class ExchangeKrakenAPI : ExchangeAPI

private ExchangeKrakenAPI()
{
RequestMethod = "POST";
RequestContentType = "application/x-www-form-urlencoded";
MarketSymbolSeparator = string.Empty;
NonceStyle = NonceStyle.UnixMilliseconds;
Expand Down

0 comments on commit 3400769

Please sign in to comment.