Returns order state by order Id
Orders
Returns order state by order Id
GET
Returns order state by order Id
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
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 Returns number of orders in Created or Canceling state where given user (wallet) is initiator (sender of CreateEvent's transaction)
Previous
Returns lite order model by order Id
Next