Orders
Get order details
Retrieves detailed information about a specific order.
Requires authentication.
| Status | Message | Cause |
|---|
| 400 | invalid order_id format | The oid path parameter is not a valid UUID |
| 404 | order {oid} not found | No order exists with the given ID |
ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>
API key for authentication
In: header
x-api-signature<token>
HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))
In: header
x-api-timestamp<token>
Unix timestamp in seconds
In: header