Logo
Fireblocks API Documentation

Returns all enabled routing policy asset groups

GET {{baseUrl}}/network_ids/routing_policy_asset_groups

Retrieves a list of all enabled routing policy asset groups. Your routing policy defines how your transactions are routed. You can use one or more enabled routing policy asset groups to describe connection or network id routing policy.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ "<string>", "<string>" ]



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

ENDPOINTS