v1

latestOpenAPI 3.1.02026-07-2665153355.3 KB

Get all Price Points

Retrieves a list of all price points in USD cents.

get/v1/price-points

Response

Price points retrieved successfully.

Example response

{
  "pricePoints": [
    {
      "priceInUsdCents": 999,
      "lastUpdate": "2026-01-01T14:30:00Z"
    }
  ]
}