v1

latestOpenAPI 3.0.02026-07-223691143.2 KB
DLN

This endpoint returns the status of order.

This endpoint returns the status of order.

get/v1.0/dln/order/{id}/status

Path parameters

idstring required

Response

The request has succeeded

orderIdstring required
status'None' | 'Created' | 'Fulfilled' | 'SentUnlock' | 'OrderCancelled' | 'SentOrderCancel' | 'ClaimedUnlock' | 'ClaimedOrderCancel' required

Example response

{
  "orderId": "0x997cde21a489d060dd83c897c7e69bc5aa3d56398cc1129fbe34f3bc439b6db9",
  "status": "Fulfilled"
}