Skip to main content
GET
/
network_ids
/
{networkId}
TypeScript
const response: Promise<FireblocksResponse<NetworkIdResponse>> = fireblocks.networkConnections.getNetworkId(networkConnectionsApiGetNetworkIdRequest);
{
  "routingPolicy": {},
  "isDiscoverable": true,
  "id": "<string>",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

networkId
string
required

The ID of the network

Response

Network ID

routingPolicy
object
isDiscoverable
boolean

The specific network is discoverable.

id
string

The specific network id

name
string

The specific network name