Closed ViktorOshkalo closed 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
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