---
title: "Get account staked-balance history"
method: GET
path: "/staking/balance/history"
tags: ["Staking"]
---

# Get account staked-balance history

`GET /staking/balance/history`

Returns the authenticated account's staked DIME balance timeseries

## Query parameters

- `resolution` 'alltime' | '1h' | '8h', required

## Response `200`

OK

- ResponsesAccountHistoricalDataResp
  - `data` number[] — Ordered list of datapoints
  - `timestamps` integer[] — Ordered list of timestamps

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/e8fca3e578c7/schema)
