---
title: "Get account history"
method: GET
path: "/account/history"
tags: ["Account"]
---

# Get account history

`GET /account/history`

Respond with requester's account information

## Query parameters

- `type` 'pnl' | 'value' | 'volume' | 'fee_savings', 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/versions/6a76453d754c/schema)
