---
title: "Get available Stripe pricing options"
method: GET
path: "/v1/stripe/prices"
tags: ["Payment"]
---

# Get available Stripe pricing options

`GET /v1/stripe/prices`

Retrieves the list of available pricing options for wallet top-ups, including custom amounts and standard pricing tiers

## Response `200`

Available pricing options retrieved successfully

- object
  - `data` object[], required
    - `currency` string, required
    - `unitAmount` number, required
    - `isCustom` boolean, required

---

[API](https://skmtc.net/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.net/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/versions/bb0b68662ba3/schema)
