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.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"isThirdPartyRouting":"\u003cboolean\u003e","description":"\u003cstring\u003e"}