---
title: "Get my auto-topup settings"
method: GET
path: "/v1/coins/auto-topup"
tags: ["Coins"]
---

# Get my auto-topup settings

`GET /v1/coins/auto-topup`

Returns the auto-topup toggle state, the chosen coin product, the backend threshold and the last attempt outcome.

## Response `200`

- AutoTopupResponseDto
  - `enabled` boolean, required
  - `product` AutoTopupProductDto, required
    - `productId` string, required
    - `coinsAmount` number, required
    - `priceAmount` number, required — Price in the currency minor units
    - `currency` string, required
  - `thresholdCoins` number, required — Balance threshold below which auto-topup fires (backend constant, read-only)
  - `lastStatus` 'success' | 'failed' | 'pending', nullable, required
  - `lastAttemptAt` string, date-time, nullable, required
  - `disabledReason` 'payment_failed' | 'product_unavailable' | 'no_payment_method', nullable, required — Why auto-topup was auto-disabled (null while enabled)

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
