GetSymbolsAsync(): Deserialize JsonReaderException
rakewell opened this issue · 4 comments
rakewell commented
.SpotApi.ExchangeData.GetSymbolsAsync()
throws error:
Deserialize JsonReaderException: Could not convert to integer: 6000000000. Path 'result.PEPEUSD.long_position_limit', line 1, position 290765., Path: result.PEPEUSD.long_position_limit, LineNumber: 1, LinePosition: 290765
vincentbillardfr commented
I have the same problem since yesterday. Seems that Kraken has changed this value for some trading pairs.
I suppose these properties should be "long" instead of "int" :
public int LongPositionLimit { get; set; }
public int ShortPositionLimit { get; set; }
JKorf commented
Thanks for the report, I'll fix it and create a new version today
JKorf commented
Fixed in version 4.6.4