---
title: "Get balances for own company"
openapi: "/openapi/omni-api.yaml GET /balance"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

`GET https://web.otpcod.ru/api/v1/balance`

## Authentication

- `X-Api-Key` — apiKey in header: `X-Api-Key`

## Response 200

OK
  - response (array)
    - `items` (object)
      - `agreementId` (integer)
      - `amount` (number)
      - `balanceId` (integer)
      - `currency` (string)
      - `name` (string)

## Response 500

Internal Server Error
  - response (object)
    - `data` (object)
      - `message` (string)
      - `requestId` (string)
    - `error` (boolean)


---

📦 **OpenAPI specs:** Every OpenAPI specification referenced by this documentation is available as a single download — https://iba-platform.jamdesk.app/api-specs.zip
