---
title: "주문 내역"
method: GET
path: "/api/v1/order/{id}"
tags: ["Order"]
---

# 주문 내역

`GET /api/v1/order/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- WinclResponseDataOrderHistoryWebResponse
  - `code` string
  - `data` OrderHistoryWebResponse
    - `amt_tot` number
    - `currency` string
    - `id_ord` string
    - `price_tot` number
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `924` — UNSUPPORTED_CURRENCY

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/versions/662edcbbf2b3/schema)
