---
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

---

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