---
title: "GET /api/transactions/v1"
method: GET
path: "/api/transactions/v1"
tags: ["Transactions Module"]
---

# GET /api/transactions/v1

`GET /api/transactions/v1`

## Response `200`

- TransactionExtendedV1[]
  - `status` 'ACTIVE' | 'BLOCKED' | 'VOIDED', required
  - `type` 'CASH_IN' | 'CASH_OUT' | 'TRADE' | 'PAYMENT', required
  - `name` string, nullable, required
  - `account` AccountBasic, required
    - `status` 'OPENING' | 'ACTIVE' | 'INACTIVE' | 'CLOSED' | 'REJECTED' | 'CANCELED' | 'BLOCKED', required
    - `type` 'COMITENTE_AR' | 'CUOTAPARTISTA_AR' | 'WALLET_CO' | 'WALLET_AR' | 'CUENTA_INVERSION_UY' | 'CUOTAPARTISTA_UY' | 'WALLET_UY', required — Check the valid values in the master table of "account_types".
    - `id_account` string, nullable, required
    - `external_code` string
    - `name` string, nullable, required
    - `created_at` string, nullable, required
  - `id_account` string, nullable, required
  - `id_transaction` string, nullable, required
  - `created_at` string, nullable, required
  - `account_type` 'COMITENTE_AR' | 'CUOTAPARTISTA_AR' | 'WALLET_CO' | 'WALLET_AR', required — Check the valid values in the master table of "account_types".
  - `id_message` string
  - `amount` number, nullable
  - `amount_normalized` number, nullable
  - `asset` string, nullable
  - `counterparty_info` CounterPartyInfo
    - `entity_code` string, nullable
    - `entity_name` string, nullable
    - `entity_type` string, nullable
    - `account_type` string, nullable
    - `routing` string, nullable
    - `detail` string, nullable
    - `tax_id_type` string, nullable
    - `tax_id_number` string, nullable
    - `name` string, nullable
  - `currency` string, nullable
  - `data` object, nullable
  - `date` string, nullable
  - `datetime` string, nullable
  - `device_info` DeviceInfo
    - `ip_address` string, nullable, required — IP (20.0.0.0)
    - `device_identifier` string, nullable
    - `app_version` string, nullable
    - `user_agent` string, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `country` string, nullable
    - `mac_address` string, nullable
  - `external_code` string, nullable
  - `fingerprint` string, nullable
  - `mfa_info` MFAInfo
    - `done` string, nullable
    - `method` string, nullable
    - `detail` string, nullable
  - `price` number, nullable
  - `quantity` number, nullable
  - `sub_type` string, nullable
  - `tags` string[], nullable

## Other responses

- `401` — Invalid JWT token - Authentication required

---

[API](https://skmtc.dev/complif/apis/complif-apis.md) · [All operations](https://skmtc.dev/complif/apis/complif-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complif/complif-apis/revisions/2bbf0308cd2e/schema)
