---
title: "Get Network Status"
method: POST
path: "/network/status"
tags: ["Network"]
---

# Get Network Status

`POST /network/status`

This endpoint returns the current status of the network requested. Any
NetworkIdentifier returned by /network/list should be accessible here.

## Request body

- NetworkRequest — A NetworkRequest is utilized to retrieve some data specific exclusively to a NetworkIdentifier.
  - `network_identifier` NetworkIdentifier, required — unresolved $ref
  - `metadata` object

## Response `200`

Expected response to a valid request

- NetworkStatusResponse — NetworkStatusResponse contains basic information about the node's view of a blockchain network. It is assumed that any BlockIdentifier.Index less than or equal to CurrentBlockIdentifier.Index can be queried. If a Rosetta implementation prunes historical state, it should populate the optional `oldest_block_identifier` field with the oldest block available to query. If this is not populated, it is assumed that the `genesis_block_identifier` is the oldest queryable block. If a Rosetta implementation performs some pre-sync before it is possible to query blocks, sync_status should be populated so that clients can still monitor healthiness. Without this field, it may appear that the implementation is stuck syncing and needs to be terminated.
  - `current_block_identifier` BlockIdentifier, required — unresolved $ref
  - `current_block_timestamp` Timestamp, required — unresolved $ref
  - `genesis_block_identifier` BlockIdentifier, required — unresolved $ref
  - `oldest_block_identifier` BlockIdentifier — unresolved $ref
  - `sync_status` SyncStatus — unresolved $ref
  - `peers` Peer[] — unresolved $ref

## Other responses

- `500` — unexpected error

## Changes

> 50 revisions in range; 1 could not be searched.

- **2022-06-23** `e0875bfb8b80` — 1 breaking
  - the response property `peers` became optional for the status `200`
- **2020-08-07** `97f3c6540212` — 1 info
  - the response property `peers` became required for the status `200`

[Change history](https://skmtc.dev/coinbase/apis/rosetta/changes/network/status/post.md)

---

[API](https://skmtc.dev/coinbase/apis/rosetta.md) · [All operations](https://skmtc.dev/coinbase/apis/rosetta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinbase/rosetta/revisions/758497aacc08/schema)
