JKorf / Kraken.Net

A C# .netstandard client library for the Kraken REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Kraken.Net/
MIT License
102 stars 54 forks source link

Futures user trades - include milliseconds into lastFillTime parameter #107

Closed ViktorOshkalo closed 6 months ago

ViktorOshkalo commented 6 months ago

ToString("u") does not include milliseconds into converting timestamp format. Given that endpoint returns only 100 trades per request currently it is immposiible to receive more than 100 trades from 1 second interval

ToString("u") -> "2009-06-15 13:45:30Z" ToString("o") -> "2009-06-15T13:45:30.0000000Z"

endpoint docs