Get an order
GET
/
trade/v1/orders/{order_id}Authorization
AuthorizationRequiredBearer <token>
Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….
In: header
Scope: orders:read
Path Parameters
order_idRequiredstring
Internal order UUID returned by POST /trade/v1/orders.
Format:
"uuid"Order detail with current status and fill state.