Skip to main content
GET
Debug an order's lifecycle.

Path Parameters

uid
string
required

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.

Example:

"0xff2e2e54d178997f173266817c1e9ed6fee1a1aae4b43971c53b543cffcc2969845c6f5599fbb25dbdd1b9b013daf85c03f3c63763e4bc4a"

Response

Debug report returned.

orderUid
string
required

The UID of the order being debugged.

Example:

"0xff2e2e54d178997f173266817c1e9ed6fee1a1aae4b43971c53b543cffcc2969845c6f5599fbb25dbdd1b9b013daf85c03f3c63763e4bc4a"

order
object
required

An order as returned by the API. Combines the order creation data, order metadata, and any associated interactions.

events
object[]
required
auctions
object[]
required

Auctions this order participated in, sorted by ID. Each auction groups all related data: native prices, proposed solutions, executions, settlement attempts, and fee policies.

trades
object[]
required
Last modified on March 17, 2026