---
title: "Create Ledger Account Statement"
method: POST
path: "/ledger_account_statements"
---

# Create Ledger Account Statement

`POST /ledger_account_statements`

## Request body

- object
  - `description` string — The description of the ledger account statement.
  - `ledger_account_id` string, required — The id of the ledger account whose ledger entries are queried against, and its balances are computed as a result.
  - `effective_at_lower_bound` string, required — The inclusive lower bound of the effective_at timestamp of the ledger entries to be included in the ledger account statement.
  - `effective_at_upper_bound` string, required — The exclusive upper bound of the effective_at timestamp of the ledger entries to be included in the ledger account statement.

## Response `201`

201

- object
  - `id` string
  - `object` string
  - `live_mode` boolean
  - `ledger_id` string
  - `description` string
  - `ledger_account_id` string
  - `ledger_account_lock_version` integer
  - `ledger_account_normal_balance` string
  - `effective_at_lower_bound` string
  - `effective_at_upper_bound` string
  - `starting_balance` object
    - `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
  - `ending_balance` object
    - `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
  - `created_at` string
  - `updated_at` string

## Other responses

- `422` — 422

---

[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)
