---
title: "Get Institute Aggregate Transcations"
method: GET
path: "/api/v1/transactions/aggregate_transcations/{inst_name}"
tags: ["transactions"]
---

# Get Institute Aggregate Transcations

`GET /api/v1/transactions/aggregate_transcations/{inst_name}`

## Path parameters

- `inst_name` string, required

## Response `200`

Successful Response

- TranscationsAggregateInfo
  - `no_of_students_paid` integer, required
  - `no_of_transcations_paid` integer, required
  - `total_amount_paid` number, required
  - `total_no_of_transcations` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/leo1/apis/leofees-backend.md) · [All operations](https://skmtc.net/leo1/apis/leofees-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leo1/leofees-backend/revisions/cace8144ecd9/schema)
