Logo
Fireblocks API Documentation

Retrieve third-party network routing validation by asset type.

GET {{baseUrl}}/network_connections/:connectionId/is_third_party_routing/:assetType

The Fireblocks Network allows for flexibility around incoming deposits. A receiver can receive network deposits to locations other than Fireblocks. This endpoint validates whether future transactions are routed to the displayed recipient or to a 3rd party.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "isThirdPartyRouting": "<boolean>", "description": "<string>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/network_connections/:connectionId/is_third_party_routing/:assetType' -H 'Accept: application/json'

ENDPOINTS