---
title: "Discount 개요"
slug: "platform-discount"
tags: ["Discount", "overview"]
updated: 2026-04-23T08:55:32Z
published: 2026-04-23T09:02:14Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Discount 개요

<p class="platform-info type-classic-vpc">Classic/VPC 환경에서 이용 가능합니다.</p>

네이버 클라우드 플랫폼의 계정에 부여된 할인 내역을  확인할 수 있습니다. Discount는 조회 기능에 대한 API를 RESTful 형태로 제공됩니다.

## Discount API 공통 설정<a name="DiscountAPI공통설정"></a>
Discount API에서 공통으로 사용하는 요청 형식과 응답 형식을 설명합니다.

### 요청 <a name="요청"></a>
공통 요청 형식을 설명합니다.

#### API URL <a name="APIURL"></a>
요청 API URL은 다음과 같습니다.

```HTTP
https://billingapi.apigw.ntruss.com/billing/v1/
```

#### 요청 헤더<a name="요청헤더"></a>
헤더에 대한 설명은 다음과 같습니다.

| 필드 | 필수 여부 | 설명 |
| :--- | :--- | :--- |
| `x-ncp-apigw-timestamp` | Required | 1970년 1월 1일 00:00:00 협정 세계시(UTC)부터의 경과 시간(밀리초)<ul><li>API Gateway 서버와 5분 이상 시간 차 발생 시 유효하지 않은 요청으로 간주</li><li>Unix Timestamp 형식</li></ul> |
| `x-ncp-iam-access-key` | Required | 네이버 클라우드 플랫폼에서 발급받은 Access Key<ul><li>Access Key 발급 및 확인: [인증키 생성](/docs/common-ncpapi#1인증키생성) 참조</li><li>서브 계정의 Access Key 발급 및 확인: [서브 계정 생성](https://guide.ncloud-docs.com/docs/subaccount-use#서브-계정-생성){target="_blank"} 참조</li></ul> |
| `x-ncp-apigw-signature-v2` | Required | 네이버 클라우드 플랫폼에서 발급받은 Access Key에 맵핑되는 Secret Key 및 HMAC 암호화 알고리즘(HmacSHA256)으로 요청 정보를 암호화한 후 Base64로 인코딩한 서명<ul><li>Secret Key 발급 및 확인: [인증키 생성](/docs/common-ncpapi#1인증키생성) 참조</li><li>서명 생성: [시그니처 생성](/docs/common-ncpapi#시그니처생성) 참조</li></ul> |

### 응답<a name="응답"></a>
공통 응답 형식을 설명합니다. 

#### 응답 상태 코드<a name="응답상태코드"></a>
Discount API는 네이버 클라우드 플랫폼의 공통 응답 상태 코드를 사용합니다. 네이버 클라우드 플랫폼에서 공통으로 사용하는 응답 상태 코드에 대한 정보는 [Ncloud API 응답 상태 코드](/docs/common-ncpapi#3응답상태코드)를 참조해 주십시오.

## Discount API<a name="DiscountAPI"></a>
Discount에서 제공하는 API에 대한 설명은 다음과 같습니다.

| API | 설명 |
| --- | --- |
| [getCoinHistoryList](/docs/platform-discount-getcoinhistorylist)  | 코인 이력 목록 조회 |
| [getCreditHistoryList](/docs/platform-discount-getcredithistorylist)  | 크레딧 이력 목록 조회 |
| [getDiscountList](/docs/platform-discount-getdiscountlist)  | 할인 목록 조회  |
| [getProductDemandCostByDiscountList](/docs/platform-discount-getproductdemandcostbydiscountlist)  | 서비스 할인 현황 및 사용 내역 목록 조회 |
| [getProductDiscountHistoryList](/docs/platform-discount-getproductdiscounthistorylist)  | 서비스 할인 이력 목록 조회 |
