Skip to main content
GET
Fetch order details using creation transaction hash
Fetch an order by its creation transaction hash (on-chain createOrder tx). Auth & Scope
  • Developer keys are scoped to their own orders only.
Notes
  • Single-item lookup (no pagination).
  • Use /orders/me for listing.

Authorizations

X-API-Key
string
header
required

Path Parameters

tx_hash
string
required

Creation transaction hash returned by POST /orders/create. Use this hash to fetch the order via GET /orders/tx/{tx_hash}.

Response

Order found