Order Parameter Overview

View as Markdown

The oid parameter represents the unique Order ID used to identify a specific order within the Enigma platform. It acts as a path parameter across all order-related endpoints, enabling operations such as retrieving order details, updating order information, cancelling an existing order, and fetching the associated payment link.

All endpoints nested under this route require a valid oid value, which is generated by the system at the time of order creation and must be passed in the request URL in place of :oid.