---
title: "Fetch Transactions"
method: GET
path: "/trades/transactions"
tags: ["Transactions"]
---

# Fetch Transactions

`GET /trades/transactions`

Retrieve all crypto transactions.

## Query parameters

- `size` integer
- `page` integer
- `status` string
- `address` string
- `assetId` string

## Response `200`

List of transactions returned successfully

## Other responses

- `401` — Invalid or missing API credentials
- `403` — The integration is inactive or the action is not permitted
- `422` — Request validation failed — check the errors array for field-level details
- `500` — An unexpected server error occurred

---

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