---
title: "Cost and Usage 개요"
slug: "platform-costandusage"
updated: 2026-07-23T09:04:18Z
published: 2026-07-23T09:04:18Z
canonical: "api.ncloud-docs.com/platform-costandusage"
---

> ## 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.

# Cost and Usage 개요

Classic/VPC 환경에서 이용 가능합니다.

네이버 클라우드 플랫폼에서 제공하는 서비스와 가격을 확인할 수 있습니다. Cost and Usage는 조회 기능에 대한 API를 RESTful 형태로 제공됩니다.

## Cost and Usage API 공통 설정

Cost and Usage API에서 공통으로 사용하는 요청 형식과 응답 형식을 설명합니다.

### 요청

공통 요청 형식을 설명합니다.

#### API URL

요청 API URL은 다음과 같습니다.

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

#### 요청 헤더

헤더에 대한 설명은 다음과 같습니다.

| 필드 | 필수 여부 | 설명 |
| --- | --- | --- |
| `x-ncp-apigw-timestamp` | Required | 1970년 1월 1일 00:00:00 협정 세계시(UTC)부터의 경과 시간(밀리초) - API Gateway 서버와 5분 이상 시간 차 발생 시 유효하지 않은 요청으로 간주 - Unix Timestamp 형식 |
| `x-ncp-iam-access-key` | Required | 네이버 클라우드 플랫폼에서 발급받은 Access Key - Access Key 발급 및 확인: [인증키 생성](/docs/common-ncpapi#1%EC%9D%B8%EC%A6%9D%ED%82%A4%EC%83%9D%EC%84%B1) 참조 - 서브 계정의 Access Key 발급 및 확인: [서브 계정 생성](https://guide.ncloud-docs.com/docs/subaccount-use#%EC%84%9C%EB%B8%8C-%EA%B3%84%EC%A0%95-%EC%83%9D%EC%84%B1) 참조 |
| `x-ncp-apigw-signature-v2` | Required | 네이버 클라우드 플랫폼에서 발급받은 Access Key에 맵핑되는 Secret Key 및 HMAC 암호화 알고리즘(HmacSHA256)으로 요청 정보를 암호화한 후 Base64로 인코딩한 서명 - Secret Key 발급 및 확인: [인증키 생성](/docs/common-ncpapi#1%EC%9D%B8%EC%A6%9D%ED%82%A4%EC%83%9D%EC%84%B1) 참조 - 서명 생성: [시그니처 생성](/docs/common-ncpapi#%EC%8B%9C%EA%B7%B8%EB%8B%88%EC%B2%98%EC%83%9D%EC%84%B1) 참조 |

### 응답

공통 응답 형식을 설명합니다.

#### 응답 상태 코드

Cost and Usage API는 네이버 클라우드 플랫폼의 공통 응답 상태 코드를 사용합니다. 네이버 클라우드 플랫폼에서 공통으로 사용하는 응답 상태 코드에 대한 정보는 [Ncloud API 응답 상태 코드](/docs/common-ncpapi#3%EC%9D%91%EB%8B%B5%EC%83%81%ED%83%9C%EC%BD%94%EB%93%9C)를 참조해 주십시오.

## Cost and Usage API

Cost and Usage에서 제공하는 API에 대한 설명은 다음과 같습니다.

| API | 설명 |
| --- | --- |
| [getContractDemandCostList](/docs/platform-costandusage-getcontractdemandcostlist) | 계약 청구 비용 목록 조회 |
| [getContractSummaryList](/docs/platform-costandusage-getcontractsummarylist) | 사용자 계약 요약 목록 조회 |
| [getContractUsageList](/docs/platform-costandusage-getcontractusagelist) | 계약 사용량 목록 조회 |
| [getContractUsageListByDaily](/docs/platform-costandusage-getcontractusagelistbydaily) | 일별 계약 사용량 목록 조회 |
| [getCostRelationCodeList](/docs/platform-costandusage-getcostrelationcodelist) | 비용 연관 코드 목록 조회 |
| [getDemandCostList](/docs/platform-costandusage-getdemandcostlist) | 청구 비용 목록 조회 |
| [getProductDemandCostList](/docs/platform-costandusage-getproductdemandcostlist) | 서비스 청구 비용 목록 조회 |
