---
title: "Retrieve Account Activity"
method: GET
path: "/sui/account/activities"
---

# Retrieve Account Activity

`GET /sui/account/activities`

Return the historical activity of an account without the need to scan the entire blockchain.

## Query parameters

- `address` string, required
- `cursor` string
- `limit` integer

## Response `200`

200

- object
  - `code` integer
  - `message` string
  - `result` object
    - `data` object[]
      - `digest` string
      - `timestampMs` string
      - `type` string
      - `coinChanges` object[]
        - `amount` string
        - `coinAddress` string
        - `symbol` string
        - `decimal` integer
        - `logo` string
      - `nftChanges` unknown
      - `interactAddresses` object[]
        - `address` string
        - `type` string
        - `name` string
        - `logo` string
      - `gasFee` string
      - `status` string
      - `sender` string
    - `nextPageCursor` string

## Other responses

- `400` — 400

---

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