---
title: "Get network details"
method: GET
path: "/bus/consensus/network"
tags: ["bus"]
---

# Get network details

`GET /bus/consensus/network`

Returns various details about the network.

## Response `200`

Successfully retrieved network

- Network
  - `name` string — The name of the network
  - `initialCoinbase` string — The initial coinbase reward
  - `minimumCoinbase` string — The minimum coinbase reward
  - `initialTarget` string — The initial target
  - `blockInterval` integer — The block interval
  - `maturityDelay` integer — The maturity delay
  - `hardforkDevAddr` object
    - `height` integer — The height of the hardfork
    - `oldAddress` string — The old developer address
    - `newAddress` string — The new developer address
  - `hardforkTax` object
    - `height` integer — The height of the hardfork
  - `hardforkStorageProof` object
    - `height` integer — The height of the hardfork
  - `hardforkOak` object
    - `height` integer — The height of the hardfork
    - `fixHeight` integer — The height of the fix
    - `genesisTimestamp` string, date-time — The genesis timestamp
  - `hardforkASIC` object
    - `height` integer — The height of the hardfork
    - `oakTime` integer — The oak time
    - `oakTarget` string — The oak target
  - `hardforkFoundation` object
    - `height` integer — The height of the hardfork
    - `primaryAddress` string — The primary address
    - `failsafeAddress` string — The failsafe address
  - `hardforkV2` object
    - `allowHeight` integer — The height at which V2 consensus types are allowed
    - `requireHeight` integer — The height at which V2 consensus types are required

## Changes

- **2024-12-18** `922f156353c9` — 1 info
  - api tag `bus` added
- **2024-12-16** `55183a7d2865` — 11 breaking, 2 warning, 21 info
  - the `hardforkASIC/height` response's property type/format changed from `integer`/`uint64` to ``/`` for status `200`
  - the `hardforkASIC/oakTarget/allOf[#/components/schemas/BlockID]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `hardforkDevAddr/height` response's property type/format changed from `integer`/`uint64` to ``/`` for status `200`
  - the `hardforkFoundation/height` response's property type/format changed from `integer`/`uint64` to ``/`` for status `200`
  - …30 more
- **2024-12-12** `2b2596339fdd` — 1 info
  - endpoint added
- **2024-12-09** `f062c35d8f47` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/bus/consensus/network/get.md)

---

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