---
title: "Get Network Config"
method: GET
path: "/gateway/networks/{network_id}"
tags: ["Gateway"]
---

# Get Network Config

`GET /gateway/networks/{network_id}`

Get configuration for a specific network.

Args:
    network_id: Network ID in format 'chain-network' (e.g., 'solana-mainnet-beta', 'ethereum-mainnet')

Example: GET /gateway/networks/solana-mainnet-beta

## Path parameters

- `network_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.net/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/5347fe79537f/schema)
