---
title: "Extrato da wallet"
method: GET
path: "/v1/wallet/transactions"
tags: ["wallet"]
---

# Extrato da wallet

`GET /v1/wallet/transactions`

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Página de transações

- WalletTransactionPage
  - `content` WalletTransaction[], required
    - `id` string, required
    - `amount` number, float, required
    - `type` 'RECHARGE' | 'DEBIT' | 'REFUND' | 'BONUS' | 'ADJUSTMENT', required
    - `description` string, nullable
    - `referenceId` string, nullable
    - `mode` 'LIVE', required
    - `createdAt` string, date-time, nullable
  - `page` integer, required
  - `size` integer, required
  - `totalElements` integer, required
  - `totalPages` integer, required

## Other responses

- `401` — Token ausente ou inválido

## Changes

- **2026-07-15** `174c89e36a13` — 1 info
  - removed the `TEST` enum value from the `content/items/mode` response property for the response status `200`
- **2026-05-25** `4e426b85f784` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ararahq/apis/ararahq-api/changes/v1/wallet/transactions/get.md)

---

[API](https://skmtc.dev/ararahq/apis/ararahq-api.md) · [All operations](https://skmtc.dev/ararahq/apis/ararahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ararahq/ararahq-api/revisions/174c89e36a13/schema)
