Get Order By ID
GET/v1/accounts/{account_id}/orders/{order_id}
Get Order By ID
curl https://api.clearstreet.com/v1/accounts/$ACCOUNT_ID/orders/$ORDER_ID \
-H "Authorization: Bearer $API_KEY"{
"data": {
"account_id": 19816,
"average_fill_price": "47.95",
"client_order_id": "my-ref-id-20251001-001",
"created_at": "2025-10-31T13:30:00.000000000Z",
"filled_quantity": "5",
"id": "0195f6c7-4f64-7e3c-8b0a-1d8e4f5e6a7b",
"instrument_id": "d4d5d6d7-e4e5-f4f5-a4a5-a6a7a8a9aaab",
"instrument_type": "COMMON_STOCK",
"leaves_quantity": "5",
"limit_price": "48.00",
"order_type": "LIMIT",
"quantity": "10",
"side": "BUY",
"status": "PARTIALLY_FILLED",
"stop_price": null,
"symbol": "TSLA",
"time_in_force": "DAY",
"updated_at": "2025-10-31T13:35:10.000000000Z",
"venue": "XNAS"
},
"error": null,
"metadata": {
"request_id": "0c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f"
}
}{
"error": {
"code": 403,
"message": "The caller does not have permission to execute the specified operation"
},
"metadata": {
"request_id": "5518f0c6-58ff-4b4a-81a5-701556d41206"
}
}{
"error": {
"code": 404,
"message": "Order 97dfdcfe503f425c8367ca10928e2499 not found for account 100001"
},
"metadata": {
"request_id": "efbd46f4-4bfc-455b-bae0-ee13f84360ba"
}
}Returns Examples
{
"data": {
"account_id": 19816,
"average_fill_price": "47.95",
"client_order_id": "my-ref-id-20251001-001",
"created_at": "2025-10-31T13:30:00.000000000Z",
"filled_quantity": "5",
"id": "0195f6c7-4f64-7e3c-8b0a-1d8e4f5e6a7b",
"instrument_id": "d4d5d6d7-e4e5-f4f5-a4a5-a6a7a8a9aaab",
"instrument_type": "COMMON_STOCK",
"leaves_quantity": "5",
"limit_price": "48.00",
"order_type": "LIMIT",
"quantity": "10",
"side": "BUY",
"status": "PARTIALLY_FILLED",
"stop_price": null,
"symbol": "TSLA",
"time_in_force": "DAY",
"updated_at": "2025-10-31T13:35:10.000000000Z",
"venue": "XNAS"
},
"error": null,
"metadata": {
"request_id": "0c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f"
}
}{
"error": {
"code": 403,
"message": "The caller does not have permission to execute the specified operation"
},
"metadata": {
"request_id": "5518f0c6-58ff-4b4a-81a5-701556d41206"
}
}{
"error": {
"code": 404,
"message": "Order 97dfdcfe503f425c8367ca10928e2499 not found for account 100001"
},
"metadata": {
"request_id": "efbd46f4-4bfc-455b-bae0-ee13f84360ba"
}
}