---
title: "Get savings summary"
method: GET
path: "/savings/summary"
tags: ["Savings"]
---

# Get savings summary

`GET /savings/summary`

Returns balances for all savings accounts associated with the authenticated wallet.

Each balance entry includes the savings account ID, currency, total capital
contributed, claimed interest, and unclaimed interest.

Requires the **savings** permission on the API key.

## Response `200`

Savings summary returned successfully.

- SavingsSummaryResponse
  - `wallet_id` string
  - `balances` SavingsBalance[]
    - `savings_account_id` string
    - `currency` string
    - `capital_contributions` string — Total capital deposited, as a decimal string scaled to 8 decimal places.
    - `claimed_interest` string — Total interest already claimed.
    - `unclaimed_interest` string — Interest accrued but not yet claimed.
    - `calculated_at` integer, nullable
  - `calculated_at` integer, nullable

## Other responses

- `401` — Missing or invalid authentication headers.
- `403` — API key does not have permission for this action.
- `429` — Rate limit exceeded.
- `503` — Service temporarily unavailable.

---

[API](https://skmtc.dev/altcointrader/apis/altcointrader-api.md) · [All operations](https://skmtc.dev/altcointrader/apis/altcointrader-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/altcointrader/altcointrader-api/revisions/fcbbd5bcd699/schema)
