---
title: "Home summary"
method: GET
path: "/home/summary"
tags: ["home"]
---

# Home summary

`GET /home/summary`

Returns the dashboard summary card: total USD, per-symbol holdings, today's delta, and the WTGXX yield.

## Query parameters

- `timezone` string

## Response `200`

OK

- HomeSummaryOutput
  - `breakdown` HomeSummaryHolding[], nullable
    - `balance_native` string
    - `balance_usd` string
    - `change_24h_display` string
    - `change_pct_display` string
    - `change_positive` boolean
    - `earned_24h_display` string
    - `earned_24h_positive` boolean
    - `funded` boolean
    - `native_funded` boolean
    - `segregated_rail` string
    - `sparkline` string
    - `symbol` string
    - `unpriced` boolean
  - `holdings` HomeSummaryHolding[], nullable
    - `balance_native` string
    - `balance_usd` string
    - `change_24h_display` string
    - `change_pct_display` string
    - `change_positive` boolean
    - `earned_24h_display` string
    - `earned_24h_positive` boolean
    - `funded` boolean
    - `native_funded` boolean
    - `segregated_rail` string
    - `sparkline` string
    - `symbol` string
    - `unpriced` boolean
  - `money_market_yield` string
  - `todays_delta_positive` boolean
  - `todays_delta_usd` string
  - `total_balance_usd` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
