Skip to content

Commit 3400769

Browse files
authored
Set the default RequestMethod to GET for Kraken (#827)
1 parent 6a21325 commit 3400769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public sealed partial class ExchangeKrakenAPI : ExchangeAPI
3434

3535
private ExchangeKrakenAPI()
3636
{
37-
RequestMethod = "POST";
3837
RequestContentType = "application/x-www-form-urlencoded";
3938
MarketSymbolSeparator = string.Empty;
4039
NonceStyle = NonceStyle.UnixMilliseconds;

0 commit comments

Comments
 (0)