---
title: "Get mintless jetton config"
method: GET
path: "/api/v1/services/mintless/config"
tags: ["mintless_jetton_service"]
---

# Get mintless jetton config

`GET /api/v1/services/mintless/config`

## Response `200`

Mintless Jetton config

- object
  - `usd_price_per_jetton` 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_jetton` from the response with the `200` status
  - added the required property `usd_price_per_jetton` to the response with the `200` status
- **2024-11-06** `dc03bb6c514d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/changes/api/v1/services/mintless/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)
