Skip to main content
GET
/
network_connections
/
{connectionId}
/
is_third_party_routing
/
{assetType}
TypeScript
const response: Promise<FireblocksResponse<ThirdPartyRouting>> = fireblocks.networkConnections.checkThirdPartyRouting(networkConnectionsApiCheckThirdPartyRoutingRequest);
{
  "isThirdPartyRouting": true,
  "description": "<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.

Path Parameters

connectionId
string
required

The ID of the network connection

assetType
string
required

The destination asset type

Response

result for the validation

isThirdPartyRouting
boolean
description
string