---
title: "Get Order Confirmation"
method: GET
path: "/order-confirmation"
tags: ["Orders"]
---

# Get Order Confirmation

`GET /order-confirmation`

Check the status of an order execution. Returns whether the order was executed successfully, is pending, or was reverted on-chain.

## Query parameters

- `order_id` string, required

## Response `200`

Order confirmation status

- OrderConfirmationResponse
  - `block_number` integer, nullable — Block number where the transaction was confirmed
  - `etherscan_link` string, nullable — Block explorer link to view the transaction
  - `order_id` string, required — Order ID (RFQ ID)
  - `status` 'pending' | 'confirmed' | 'reverted', required — Order status: pending (not yet mined), confirmed (successfully executed), or reverted (transaction failed)
  - `tx_hash` string, nullable — Transaction hash if available

## Other responses

- `400` — Invalid payload (missing or malformed order_id)
- `503` — Service temporarily unavailable

---

[API](https://skmtc.net/ethena/apis/usde-minting-api.md) · [All operations](https://skmtc.net/ethena/apis/usde-minting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethena/usde-minting-api/revisions/be934981453a/schema)
