---
title: "Get account token activity"
method: GET
path: "/api/v2/account/{address}/token-activity"
tags: ["Token Endpoints"]
---

# Get account token activity

`GET /api/v2/account/{address}/token-activity`

Get paginated fungible token activity (transfers, swaps, wraps, and unwraps) for an account across all chains. Optionally filter by chain, token, and/or activity type.

## Path parameters

- `address` string, required

## Query parameters

- `chains` ChainIdentifier[]
- `tokens` union[]
  - union
    - BitcoinAddress
      - `value` string, required
      - `@type` string, required
      - `validate` boolean
    - EvmAddress
      - `value` string, required
      - `@type` string, required
      - `validate` boolean
      - `skipLowercase` boolean
    - SolanaAddress
      - `value` string, required
      - `@type` string, required
      - `validate` boolean
- `type` string[]
- `limit` integer — Number of items to return per page
- `next` string

## Response `200`

OK

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

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