cURL
curl --request GET \ --url https://{environment}.garden.finance/v2/policy \ --header 'garden-app-id: <api-key>'
{ "status": "Ok", "result": { "default": "open", "isolation_groups": [ "ethereum:SEED <-> arbitrum:SEED" ], "blacklist_pairs": [ "bitcoin:BTC -> starknet:*" ], "whitelist_overrides": [] } }
Get route policy configuration for determining valid swap routes.
If you do not yet have an app ID, please follow these steps.
Route policy configuration.
The response is of type object.
object
Was this page helpful?