Logo
Fireblocks API Documentation

Returns all network IDs, both local IDs and discoverable remote IDs

GET {{baseUrl}}/network_ids

Retrieves a list of all local and discoverable remote network IDs.

Note: This API call is subject to Flexible Routing Schemes.

Your routing policy defines how your transactions are routed. You can choose 1 of the 3 different schemes mentioned below for each asset type: - None; Defines the profile routing to no destination for that asset type. Incoming transactions to asset types routed to None will fail. - Custom; Route to an account that you choose. If you remove the account, incoming transactions will fail until you choose another one. - Default; Use the routing specified by the network profile the connection is connected to. This scheme is also referred to as Profile Routing

Default Workspace Presets: - Network Profile Crypto → Custom - Network Profile FIAT → None - Network Connection Crypto → Default - Network Connection FIAT → Default

- **Note**: By default, Custom routing scheme uses (`dstId` = `0`, `dstType` = `VAULT`).

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "routingPolicy": { "pariatur_5": { "scheme": "CUSTOM", "dstType": "EXCHANGE", "dstId": "<string>" }, "officia_6c": { "scheme": "CUSTOM", "dstType": "VAULT", "dstId": "<string>" }, "voluptate_9_2": { "scheme": "CUSTOM", "dstType": "FIAT_ACCOUNT", "dstId": "<string>" } }, "isDiscoverable": "<boolean>", "id": "<string>", "name": "<string>" }, { "routingPolicy": { "cupidatat549": { "scheme": "CUSTOM", "dstType": "EXCHANGE", "dstId": "<string>" }, "elit6_": { "scheme": "CUSTOM", "dstType": "EXCHANGE", "dstId": "<string>" }, "do1": { "scheme": "CUSTOM", "dstType": "FIAT_ACCOUNT", "dstId": "<string>" } }, "isDiscoverable": "<boolean>", "id": "<string>", "name": "<string>" } ]



Curl
curl -X GET 'https://api.fireblocks.io/v1/network_ids' -H 'Accept: application/json'

ENDPOINTS