---
title: "Get your account transactions"
method: GET
path: "/accounts/me/transactions"
---

# Get your account transactions

`GET /accounts/me/transactions`

Get all your account transcatiors

## Query parameters

- `from` string, date, required
- `to` string, date, required
- `page` integer
- `size` integer

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `totalPages` integer
  - `totalElements` integer
  - `last` boolean
  - `numberOfElements` integer
  - `first` boolean
  - `size` integer
  - `number` integer
  - `content` object[]
    - `id` string
    - `source` string
    - `transactionType` string
    - `amount` string
    - `status` string
    - `balanceBefore` string
    - `balanceAfter` string
    - `date` string
    - `actions` object[]
      - `id` string
      - `type` string
      - `amount` string
      - `date` string
      - `balanceBefore` string
      - `balanceAfter` string
      - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
