Skip to main content
GET
/
api
/
Orders
/
{orderId}
/
state
Returns order state by order Id
curl --request GET \
  --url https://dln-api.debridge.finance/api/Orders/{orderId}/state

Documentation Index

Fetch the complete documentation index at: https://docs.debridge.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

orderId
string
required

Id of an order to return information for

Response

OK

The response is of type enum<string>.

Available options:
None,
Created,
Fulfilled,
SentUnlock,
OrderCancelled,
SentOrderCancel,
ClaimedUnlock,
ClaimedOrderCancel