---
title: "GetNetwork"
method: GET
path: "/v2/networks/{network_id}"
tags: ["Blockchains"]
---

# GetNetwork

`GET /v2/networks/{network_id}`

Retrieves a Network by resource name.

## Path parameters

- `network_id` string, required

## Response `200`

A successful response.

- V2GetNetworkResponse
  - `network` V2Network
    - `name` string — The resource name of the network. Format: `networks/{network_id}`.
    - `displayName` string — A user-readable name for the network.
    - `caipDetails` NetworkCAIPDetails — Chain-Agnostic Identifiers (CAIP) details for this network.
      - `chainId` string — The CAIP-2 compliant chain id. Format: `{namespace}:{reference}`
      - `namespace` string — The CAIP-2 compliant namespace. See: https://github.com/ChainAgnostic/namespaces Format: `[-a-z0-9]{3,8}`
      - `reference` string — The CAIP-2 compliant reference. Format: `[-_a-zA-Z0-9]{1,32}`
    - `testnet` boolean — Whether this network is a testnet.
    - `nativeAsset` string — The native asset of this network. Format: `assets/{asset_id}`
    - `custom` boolean — Whether this network is custom.
    - `status` 'ACTIVE' | 'DISABLED' | 'DEPRECATED'

---

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