---
title: "Get Network Options"
method: POST
path: "/network/options"
tags: ["Network"]
---

# Get Network Options

`POST /network/options`

This endpoint returns the version information and allowed
network-specific types for a NetworkIdentifier. Any
NetworkIdentifier returned by /network/list should be accessible here.

Because options are retrievable in the context of a NetworkIdentifier,
it is possible to define unique options for each network.

## 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

- NetworkOptionsResponse — NetworkOptionsResponse contains information about the versioning of the node and the allowed operation statuses, operation types, and errors.
  - `version` Version, required — unresolved $ref
  - `allow` Allow, required — unresolved $ref

## Other responses

- `500` — unexpected error

---

[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)
