---
title: "Get unconfirmed events"
method: GET
path: "/bus/wallet/pending"
tags: ["bus"]
---

# Get unconfirmed events

`GET /bus/wallet/pending`

Returns all unconfirmed events in the wallet.

## Response `200`

Successfully retrieved pending events

- Event[]
  - `id` string — The event's ID
  - `index` object — Information about the block that triggered the creation of this event
    - `height` integer — The height of the block in the blockchain
    - `id` string — The ID of the block
  - `confirmations` integer — The number of blocks on top of the block that triggered the creation of this event
  - `type` 'miner' | 'foundation' | 'siafundClaim' | 'v1Transaction' | 'v1ContractResolution' | 'v2Transaction' | 'v2ContractResolution' — The type of the event
  - `data` object
  - `maturityHeight` integer — The block height at which the payout matures.
  - `timestamp` string, date-time — The time the event was created
  - `relevant` Address[]

## Other responses

- `500` — Internal server error

---

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