Order Status
Once the order is accepted, you can query order status from order-status
endpoint.
This endpoint will return status, and for the successful order the transaction hash and token amounts.
Status
Meaning
Pending
The solver has accepted the trade order, the transaction is pending
Settled
Transaction has settled on chain with at least 1 confirmation
Confirmed
Transaction has been settled on-chain and is considered final
Failed
Transaction failed on-chain
Last updated