---
title: "Get top-up configuration"
method: GET
path: "/v1/wallet/topup"
tags: ["Wallet"]
---

# Get top-up configuration

`GET /v1/wallet/topup`

Fees and limits for wallet top-ups, so the frontend does not hardcode values.

## Response `200`

Top-up fees and limits

- WalletTopupConfigResponse
  - `minAmount` number, required — Minimum top-up amount in dollars.
  - `maxAmount` number — Maximum top-up amount in dollars. Omitted when no app-level cap is configured.
  - `currency` 'USD', required — Top-up currency (currently always USD).
  - `processingFee` object, required
    - `type` 'PERCENTAGE', required
    - `rate` number, required — Processing fee rate (e.g. 0.05 for 5%).
    - `description` string, required

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — caller has no workspace or no access
- `500` — Internal server error
- `503` — Wallet not ACTIVE (provisioning, failed, or being set up). Transient states include a Retry-After header (seconds).

---

[API](https://skmtc.net/monid/apis/monid-api.md) · [All operations](https://skmtc.net/monid/apis/monid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monid/monid-api/revisions/164b6b6f2d36/schema)
