JKorf/Kraken.Net

GetSymbolsAsync(): Deserialize JsonReaderException

rakewell opened this issue · 4 comments

.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

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; }

Thanks for the report, I'll fix it and create a new version today

Fixed in version 4.6.4

Thanks @JKorf