---
title: "Calcula quantas mensagens cada categoria compra para um valor"
method: GET
path: "/v1/wallet/calculate"
tags: ["wallet"]
---

# Calcula quantas mensagens cada categoria compra para um valor

`GET /v1/wallet/calculate`

## Query parameters

- `amountCents` integer, required

## Response `200`

Estimativa

- RechargeEstimate
  - `amountCents` integer, required
  - `planLabel` string, required
  - `limits` RechargeEstimateLimits, required
    - `minCents` integer, required
    - `maxCents` integer, required
  - `firstRechargeBonus` RechargeEstimateBonus, required
    - `applicable` boolean, required
    - `percent` integer, required
    - `bonusCents` integer, required
    - `totalCreditCents` integer, required
  - `estimates` object, required

## Other responses

- `401` — Token ausente ou inválido

---

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