---
title: "Retrieve JIT Ledger Balances"
method: GET
path: "/v1/transfers/jit/{ledger_id}/balances"
tags: ["Funding"]
---

# Retrieve JIT Ledger Balances

`GET /v1/transfers/jit/{ledger_id}/balances`

Returns an array of objects that correspond to each ledger account.

## Path parameters

- `ledger_id` string, required

## Query parameters

- `start_date` string, date
- `end_date` string, date

## Response `200`

OK

- object
  - `activity_amount` string, decimal — The number of transactions related to the ledger during the specified date range
  - `ending_balance` string, decimal — Ledger balance at the end of the date range
  - `id` string — The ledger ID
  - `ledger_name` string — The ledger name
  - `ledger_no` string — The ledger account number
  - `starting_balance` string, decimal — Ledger balance at the beginning of the date range
  - `transactions` Transaction[]
    - `account_id` string — The ledger ID
    - `account_name` string — The ledger name
    - `account_no` string — The ledger account number
    - `amount` string — Total amount of the transaction
    - `balance` string — Ending balance after thetransaction has been applied
    - `contra_account_name` string — Contra account of transaction
    - `description` string — Plain text overview of the transaction
    - `entry_type` string — Type of transaction
    - `system_date` string — Date of transaction

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
