Get the status of an order.
Path Parameters
Unique identifier for the order: 56 bytes encoded as hex with 0x
prefix.
Bytes 0..32 are the order digest, bytes 30..52 the owner address and
bytes 52..56 the expiry (validTo) as a uint32 unix epoch timestamp.
"0xff2e2e54d178997f173266817c1e9ed6fee1a1aae4b43971c53b543cffcc2969845c6f5599fbb25dbdd1b9b013daf85c03f3c63763e4bc4a"
Response
The order status with a list of solvers that proposed solutions (if applicable).
open, scheduled, active, solved, executing, traded, cancelled A list of solvers who participated in the latest competition, sorted by score in ascending order, where the last element is the winner.
The presence of executed amounts defines whether the solver provided a solution for the desired order.