---
title: "List user actions (paginated, admin)"
method: GET
path: "/user-actions"
tags: ["user-actions"]
---

# List user actions (paginated, admin)

`GET /user-actions`

## Query parameters

- `page` number
- `limit` number
- `wallet` string
- `actions` number[]
- `withdrawalType` 1 | 2
- `assets` string[]
- `assetSymbols` string[]
- `startTimestamp` number
- `endTimestamp` number
- `status` 0 | 1 | 9

## Response `200`

Paginated list of user actions

## Other responses

- `401` — Unauthorized
- `403` — Forbidden — Admin role required

---

[API](https://skmtc.dev/dre/apis/dre-api.md) · [All operations](https://skmtc.dev/dre/apis/dre-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dre/dre-api/revisions/5d14beb9482b/schema)
