---
title: "Get all Price Points"
method: GET
path: "/v1/price-points"
---

# Get all Price Points

`GET /v1/price-points`

Retrieves a list of all price points in USD cents.

## Response `200`

Price points retrieved successfully.

- object
  - `pricePoints` PricePointSummary[]
    - `priceInUsdCents` number — Base price in USD cents.
    - `lastUpdate` string, date-time — Timestamp indicating when the price point was last updated, in UTC ISO 8601 format.

---

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