---
title: "getAccountTransactions"
method: GET
path: "/v1/accounts/{address}/transactions"
tags: ["Accounts"]
---

# getAccountTransactions

`GET /v1/accounts/{address}/transactions`

Get a list of all transaction blocks run by the queried account.

## Path parameters

- `address` string, required — Queried address digest (hash).

## Query parameters

- `transactionsParticipationType` 'SENDER' | 'RECEIVER', required
- `nextCursor` string
- `size` integer
- `orderBy` 'ASC' | 'DESC', required

## Response `200`

OK

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/revisions/3e4cb73940b7/schema)
