v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Get unconfirmed events

Returns all unconfirmed events in the wallet.

get/bus/wallet/pending

Response

Successfully retrieved pending 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
  }
]