I'm trying to get all closed orders for my account. So I use /0/private/ClosedOrders
endpoint. In the answer I have count
= 188
, but if I set offset to 150
for the same request I have more 50
orders in response, and then I set offset 200
and have 5
more, so count is less for 17
orders. How to get actual count
from this endpoint?
Asked
Active
Viewed 37 times
1

Artem
- 364
- 2
- 18