---
title: "Get wallet event"
method: GET
path: "/wallet/events/{id}"
tags: ["wallet"]
---

# Get wallet event

`GET /wallet/events/{id}`

Returns a single wallet event by its ID.

## Path parameters

- `id` string, required — 256-bit blake2b hash.

## Response `200`

Wallet event details.

- WalletEvent — Wallet event record with type-specific payload.

## Other responses

- `404` — Event not found.

---

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