---
title: "Get a summary of all of your wallet transactions (deposits, withdrawals, PNL)."
method: GET
path: "/user/walletSummary"
tags: ["User"]
---

# Get a summary of all of your wallet transactions (deposits, withdrawals, PNL).

`GET /user/walletSummary`

Provides an aggregated view of transactions, by transaction type, over a specific time period.

## Query parameters

- `currency` string
- `startTime` string, date-time
- `endTime` string, date-time

## Response `200`

Request was successful

- WalletSummaryRecord[]
  - `account` number, double, required
  - `currency` string
  - `transactType` string
  - `symbol` string
  - `amount` number, double
  - `pendingDebit` number, double
  - `realisedPnl` number, double
  - `walletBalance` number, double
  - `unrealisedPnl` number, double
  - `marginBalance` number, double

## Other responses

- `400` — Parameter Error
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not Found

## Changes

- **2024-05-28** `a83d1355e0e3` — 2 info
  - added the new optional `query` request parameter `endTime`
  - added the new optional `query` request parameter `startTime`
- **2019-12-18** `fd2de3a82a03` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2018-05-30** `0c1c991454e3` — 2 warning, 4 info
  - deleted the `query` request parameter `endTime`
  - deleted the `query` request parameter `startTime`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - …2 more

[Change history](https://skmtc.dev/bitmex/apis/bitmex-api/changes/user/walletSummary/get.md)

---

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