Get a specific OrderRequest by its ID.
OK
A request to create an Order.
An OrderRequest is created when a user places an order through the Dinari API. The OrderRequest is then fulfilled by creating an Order on-chain.
The OrderRequest is a record of the user's intent to place an order, while the Order is the actual transaction that occurs on the blockchain.
ID of OrderRequest. This is the primary identifier for the /order_requests routes.
ID of Account placing the OrderRequest.
Datetime at which the OrderRequest was created. ISO 8601 timestamp.
ID of recipient Account.
ID of Order created from the OrderRequest. This is the primary identifier for the /orders routes.
Customer-supplied ID to map this OrderRequest to an order in their own systems.
Reason for the order cancellation if the order status is CANCELLED
Reason for the order rejection if the order status is REJECTED