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

# getAccountActivity

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

Get all transactions in which the queried account was involved either as a sender or a receiver.

## Path parameters

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

## Query parameters

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