v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Get network details

Returns various details about the network.

get/bus/consensus/network

Response

Successfully retrieved network

namestring

The name of the network

initialCoinbasestring

The initial coinbase reward

minimumCoinbasestring

The minimum coinbase reward

initialTargetstring

The initial target

blockIntervalinteger

The block interval

maturityDelayinteger

The maturity delay

Example response

{
  "hardforkDevAddr": {
    "height": 10000
  },
  "hardforkTax": {
    "height": 21000
  },
  "hardforkStorageProof": {
    "height": 100000
  },
  "hardforkOak": {
    "height": 135000,
    "fixHeight": 139000
  },
  "hardforkASIC": {
    "height": 179000
  },
  "hardforkFoundation": {
    "height": 298000
  },
  "hardforkV2": {
    "allowHeight": 1000000,
    "requireHeight": 1025000
  }
}