---
title: "Credit top-up price ladder"
method: GET
path: "/v3/billing/credit-pricing/"
tags: ["Autumn"]
---

# Credit top-up price ladder

`GET /v3/billing/credit-pricing/`

The prepaid credit price on the caller's own plan: a flat rate per billing unit, or a tier ladder. Clients price a quantity from this with the shared helpers in @snowseo/utils.

## Response `200`

Default Response

- object
  - `billingUnits` number
  - `minQuantity` number
  - `amount` number
  - `tierBehavior` string
  - `priced` boolean
  - `tiers` object[]
    - `to` number, nullable
    - `amount` number
    - `flatAmount` number

## Other responses

- `500` — Default Response

---

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