---
title: "보낸 선물 리스트"
method: GET
path: "/api/v1/wallet/gift/sent"
tags: ["Wallet"]
---

# 보낸 선물 리스트

`GET /api/v1/wallet/gift/sent`

## Query parameters

- `pageSize` integer, required
- `pageNum` integer, required

## Response `200`

OK

- WinclAggregationResponseSentGiftSentGiftHistoryAggregation
  - `aggregation` SentGiftHistoryAggregation
    - `currency` 'KRW' | 'USD' — 통화
    - `totalGiftPrice` number — 선물 보낸 총 탄소배출권 가격
    - `totalSentAmount` number — 선물 보낸 총 탄소배출권 양 (톤)
  - `code` string
  - `currentPageNum` integer — 현재 페이지 번호
  - `items` SentGift[]
    - `amt` number
    - `blockchainTransactionHash` string — 블록체인 트랜잭션 해쉬; blockchainTransactionStatus=PENDING이면 null
    - `blockchainTransactionStatus` string — 블록체인 동기화 상태
    - `cancelTransactionHash` string — 선물 취소 트랜잭션 해쉬
    - `dttm_deadline` integer
    - `dttm_receive` integer
    - `dttm_send` integer
    - `email` string
    - `id_gift` string
    - `id_login_send` string
    - `id_prod` string — 탄소배출권 ID
    - `id_usr_send` string
    - `nm_prod` string — 탄소배출권 이름
    - `phone` string
    - `projectId` integer
    - `status` 'AUTO_CANCEL' | 'PENDING' | 'RECEIVE' | 'SND_CANCEL'
    - `tp_transfer` 'COUPON' | 'EMAIL' | 'PHONE'
  - `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)
