---
title: "대쉬보드 내역 모음"
method: GET
path: "/api/v1/dashboard/transactionCards"
tags: ["Dashboard"]
---

# 대쉬보드 내역 모음

`GET /api/v1/dashboard/transactionCards`

## Response `200`

OK

- WinclResponseDataListTransactionCard
  - `code` string
  - `currentPageNum` integer — 현재 페이지 번호
  - `items` TransactionCard[]
    - `cardName` string — 카드 이름
    - `currency` 'KRW' | 'USD' — 통화
    - `recentTransactions` Transaction[] — 최근 트랜잭션들
      - `amount` number
      - `productName` string
      - `timestamp` integer
    - `totalAmount` number — 총 수량 (톤)
    - `totalPrice` number — 총 가격
  - `message` string
  - `pageSize` integer — 페이지당 아이템 개수
  - `sortType` 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'ASC' | 'DESC' | 'NONE' | 'PRICE_ASC' | 'PRICE_DESC' | 'UNIT_PRICE_ASC' | 'UNIT_PRICE_DESC' — 정렬 기준
  - `totalCount` integer — 전체 아이템 개수
  - `totalPages` integer — 전체 페이지 수

## Other responses

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

---

[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/revisions/662edcbbf2b3/schema)
