v1

latestSwagger 2.02026-07-17127100479.5 KB
signal

Get upgrade by version

Returns details of the on-chain network upgrade for the given software version number, including the activation block height and quorum of signals received.

get/signal/upgrade/{version}

Path parameters

versioninteger required

Upgrade version

Response

OK

applied_atstring date-time
applied_at_levelinteger
end_heightinteger
end_timestring date-time
heightinteger
msg_idinteger
signals_countinteger
statusstring string
timestring date-time
tx_hashstring binary
versioninteger
voted_powerstring int64
voting_powerstring int64

Example response

{
  "applied_at": "2025-07-04T03:10:57+00:00",
  "applied_at_level": 100,
  "end_height": 100,
  "end_time": "2025-07-04T03:10:57+00:00",
  "height": 100,
  "msg_id": 2,
  "signals_count": 2,
  "signer": {
    "celestials": {
      "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
      "name": "name",
      "primary": true,
      "status": "VERIFIED"
    },
    "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
  },
  "status": "applied",
  "time": "2025-07-04T03:10:57+00:00",
  "tx_hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "version": 1,
  "voted_power": "9348",
  "voting_power": "9348"
}