---
title: "Get activity list of account"
method: GET
path: "/openapi/v1/account/activity"
tags: ["Account"]
---

# Get activity list of account

`GET /openapi/v1/account/activity`

This endpoint can be used to fetch activities of a given account (High level data, open to our partners, please contact us).

## Query parameters

- `chain` 'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink', required
- `wallet_address` string
- `event_names` string
- `from_time` integer
- `to_time` integer
- `cursor` string
- `limit` integer

## Response `200`

OK

- ApiResponseAccountActivityList
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` AccountActivityList — Return data, Generic
    - `pageInfo` PageInfo — Page infomation
      - `startCursor` string
      - `endCursor` string
      - `hasPreviousPage` string
      - `hasNextPage` string
    - `activityList` AccountActivity[] — Account asset list
      - `cursor` string — The cursor of this list in system.
      - `accountActivity` AssetEvent — Asset Event.
        - `id` string — event key
        - `chain` string — chain name
        - `chainId` string — chain id
        - `eventName` string — Asset event name
        - `eventTime` string, date-time — Asset event time
        - `expireTime` string, date-time — Asset event expire time
        - `txHash` string — Asset event transaction hash
        - `contractAddress` string — Asset contract address
        - `fromAddress` string — Asset event from address
        - `toAddress` string — Asset event to address
        - `tokenId` string — Asset event token id
        - `quantity` integer — Asset event quantity
        - `paymentToken` string — Asset event payment token
        - `price` string — Asset event price
        - `txToAddress` string — Contract address called
        - `orignEventAddress` string — The contract address of the actual transaction
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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