---
title: "GET /network"
method: GET
path: "/network"
---

# GET /network

`GET /network`

Retrieves the network configuration.

## Response `200`

Network configuration returned.

- NetworkManagerItem — Network manager item.
  - `currentNetwork` string, required — actual network.
  - `availableNetworkInfos` NetworkInfoItem[], required — detailed available networks with status
    - `name` string
    - `url` string
    - `chainId` integer
    - `version` string
    - `status` 'up' | 'down'

## Other responses

- `400` — Bad request.
- `500` — Internal Server Error - The server has encountered a situation it does not know how to handle.

---

[API](https://skmtc.net/massalabs/apis/massastation.md) · [All operations](https://skmtc.net/massalabs/apis/massastation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massalabs/massastation/versions/26b1a89baa49/schema)
