duration Number of days the order was valid for (starting from the issued date). An order expires at time issued + duration
This can I think tell me when an order expires, unfulfilled, but not when it is fulfilled, e.g. when some lucky customer bought the last thing in a sell order… how can I find that out?
You can use volume_remain: volume_remain is the items left in the order, when it’s 0 (zero) the order is fulfilled. volume_total is the items entered into the order