---
title: "Get deposit ledger balances as of the given date"
method: GET
path: "/shop/reports/deposit-ledger-v2/summary"
tags: ["DepositLedger"]
---

# Get deposit ledger balances as of the given date

`GET /shop/reports/deposit-ledger-v2/summary`

Get deposit ledger balances as of the given date.

## Query parameters

- `site_id` string, uuid
- `date` string, date

## Response `200`

A summary of the deposit ledger balances on the given date.

- DepositLedgerSummaryResponse
  - `data` DepositLedgerSummary, required
    - `balances` DepositLedgerBalances, required
      - `deposit` integer, required — The balance of the deposit revenue centre at the date of the report.
      - `deposit_redemption` integer, required — The balance of the deposit_redemption revenue centre at the date of the report.
    - `balance` integer, required — The balance of the deposit ledger at the date of the report.

## Other responses

- `401` — The user is unauthenticated

---

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