Skip to main content
GET
Fetch order details by order_id
Fetch an order by its order_id (32-byte hex, with or without 0x). Auth Requires X-API-Key and returns the order only if owned by the calling user (internal keys may bypass, depending on server policy).

Authorizations

X-API-Key
string
header
required

Path Parameters

order_id
string
required

Response

Order fetched

status
enum<string>
required
Available options:
success,
error
message
string
required
data
OrderOut · object | null