---
title: "Get statements"
method: GET
path: "/programs/{id}/statements"
tags: ["Sales"]
---

# Get statements

`GET /programs/{id}/statements`

## Path parameters

- `id` string, required — An object id with prefix

## Query parameters

- `currency` string — currency of the transaction
- `ledger` 'payout' | 'payin' | 'reserve' — filter by type of ledger: payout is the ledger that tracks funds from sivo to the seller. payin is the ledger that tracks funds from the seller to sivo. reserve is the ledger that tracks deposit used for daily and minimum fees
- `period` string — the period for the statement

## Response `200`

Successful operation

- object — List of items
  - `data` object[], required
    - `currency` string, required — currency of the statement amounts
    - `ledger` 'payout' | 'payin' | 'reserve', required — type of ledger: payout is the amount that sivo owes the seller. payin is the amount that seller owes to sivo.
    - `period` string, required — the period for the statement
    - `start_balance` integer, required — start balance for this period
    - `start_balance_usd` integer, required — start balance in USD
    - `end_balance` integer, required — end balance for this period
    - `end_balance_usd` integer, required — end balance in USD
    - `increases` integer, required — increases in the balance. for example, a pending payin credit represents receivables that are due in the future.
    - `increases_usd` integer, required — increases in USD
    - `decreases` integer, required — decreases in the balance. for example, a pending payin debit represents debit transfers that are in progress.
    - `decreases_usd` integer, required — decreases in USD

---

[API](https://skmtc.net/sivo/apis/sivo-advance-api.md) · [All operations](https://skmtc.net/sivo/apis/sivo-advance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sivo/sivo-advance-api/versions/bfbcd2bfed61/schema)
