v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Get wallet events

Returns all events related to the wallet.

get/bus/wallet/events

Query parameters

limitinteger

The maximum number of events to return

offsetinteger

The number of events to skip

Response

Successfully retrieved wallet events

idstring

The event's ID

confirmationsinteger

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

dataobject
maturityHeightinteger

The block height at which the payout matures.

timestampstring date-time

The time the event was created

relevantAddress[]

Example response

[
  {
    "index": {
      "height": 92813
    },
    "maturityHeight": 92813
  }
]