---
title: "Get Wallet Transactions"
method: POST
path: "/api/v1/users/me/wallet/transactions"
tags: ["Users"]
---

# Get Wallet Transactions

`POST /api/v1/users/me/wallet/transactions`

Return the CreditTransaction history for the authenticated wallet.

POST (not GET) because the body carries a signature blob that wouldn't
fit cleanly in headers. The endpoint is read-only despite the verb.

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- WalletAuthBody
  - `wallet_address` string, required
  - `nonce` string, required
  - `signature` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
