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 641a142 commit e72c4d2Copy full SHA for e72c4d2
src/ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs
@@ -719,6 +719,7 @@ protected override async Task<ExchangeOrderResult> OnPlaceOrderAsync(ExchangeOrd
719
{ "type", (order.IsBuy ? "buy" : "sell") },
720
{ "ordertype", order.OrderType.ToString().ToLowerInvariant() },
721
{ "volume", order.RoundAmount().ToStringInvariant() },
722
+ { "trading_agreement", "agree" },
723
{ "nonce", nonce }
724
};
725
if (order.OrderType != OrderType.Market)
0 commit comments