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

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

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

Response

A list of network IDs

routingPolicy
object
isDiscoverable
boolean

The specific network is discoverable.

id
string

The specific network id

name
string

The specific network name