---
title: "List Ledger Accounts"
method: GET
path: "/ledger_accounts"
---

# List Ledger Accounts

`GET /ledger_accounts`

## Query parameters

- `id[]` string[]
- `name` string
- `name` string[]
- `ledger_id` string
- `metadata` string
- `currency` string
- `normal_balance` string
- `balances[effective_at_lower_bound]` string, date-time
- `balances[effective_at_upper_bound]` string, date-time
- `pending_balance_amount` object
  - `lt` integer
  - `lte` integer
  - `eq` integer
  - `gte` integer
  - `gt` integer
  - `not_eq` integer
- `posted_balance_amount` object
  - `lt` integer
  - `lte` integer
  - `eq` integer
  - `gte` integer
  - `gt` integer
  - `not_eq` integer
- `available_balance_amount` object
  - `lt` integer
  - `lte` integer
  - `eq` integer
  - `gte` integer
  - `gt` integer
  - `not_eq` integer
- `created_at` string, date-time
- `updated_at` string, date-time
- `ledger_account_category_id` string
- `after_cursor` string
- `per_page` integer

## Response `200`

200

- object[]
  - `id` string
  - `object` string
  - `live_mode` boolean
  - `name` string
  - `ledger_id` string
  - `description` unknown
  - `lock_version` integer
  - `normal_balance` string
  - `balances` object
    - `effective_at_lower_bound` string
    - `effective_at_upper_bound` string
    - `pending_balance` object
      - `credits` integer
      - `debits` integer
      - `amount` integer
      - `currency` string
      - `currency_exponent` integer
    - `posted_balance` object
      - `credits` integer
      - `debits` integer
      - `amount` integer
      - `currency` string
      - `currency_exponent` integer
    - `available_balance` object
      - `credits` integer
      - `debits` integer
      - `amount` integer
      - `currency` string
      - `currency_exponent` integer
  - `metadata` object
  - `discarded_at` unknown
  - `created_at` string
  - `updated_at` string

---

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