---
title: "Retrieve Deposit Order Count by Status"
method: GET
path: "/api/v2.0/deposits/totaldeposit/accounts/{accountId}"
---

# Retrieve Deposit Order Count by Status

`GET /api/v2.0/deposits/totaldeposit/accounts/{accountId}`

## Path parameters

- `version` string, required
- `accountId` string, required

## Query parameters

- `status` string
- `beginDate` string, date
- `endDate` string, date

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `totalDeposit` integer
  - `totalDepositConfirmed` integer
  - `totalDepositPending` integer

## Other responses

- `204` — 204
- `400` — 400
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/transfero/apis/authentication.md) · [All operations](https://skmtc.net/transfero/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfero/authentication/revisions/c1cf67f85267/schema)
