---
title: "Get Topup"
method: GET
path: "/topup"
tags: ["Credits Top-Up"]
---

# Get Topup

`GET /topup`

Get a list of top-up options based on the current user's available credits.

## Response `200`

Successful Response

- TopUpOption[]
  - `price` number
  - `credits` integer, required
  - `price_id` string, required
  - `name` string, required
  - `credits_available` integer, required
  - `amount_after_credits` integer, required

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
