---
title: "Get cNFT config"
method: GET
path: "/api/v1/services/cnft/config"
tags: ["cnft_service"]
---

# Get cNFT config

`GET /api/v1/services/cnft/config`

## Response `200`

Compress NFT config

- object
  - `usd_price_per_nft` number, required

## Other responses

- `400` — Something went wrong on client side
- `403` — Access token is missing or invalid
- `404` — The specified resource was not found
- `500` — Something went wrong on server side

## Changes

- **2025-10-23** `67919bb67f3f` — 1 breaking, 1 info
  - removed the required property `price_per_nft` from the response with the `200` status
  - added the required property `usd_price_per_nft` to the response with the `200` status
- **2025-10-21** `356252841f50` — 1 breaking
  - the `price_per_nft` response's property type changed from `integer` to `number`, and format from `uint64` to `float64` for status `200`
- **2024-06-17** `52eb56467c6c` — 1 info
  - api operation id `cnftConfig` removed and replaced with `getCNftConfig`
- **2024-03-22** `dbd561304b3b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/changes/api/v1/services/cnft/config/get.md)

---

[API](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console.md) · [All operations](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonkeeper/rest-api-to-ton-console/revisions/bffcc11719d3/schema)
