---
title: "Get supported bridges, dexes, AMBs"
method: GET
path: "/supported"
tags: ["Auxiliary"]
---

# Get supported bridges, dexes, AMBs

`GET /supported`

Get the supported bridges, AMBs, and dexes that can be passed to /deposit/calculate or /withdraw/calculate.

## Response `200`

OK

- GetSupportedOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `ambs` DeployedAMB[], required
    - `display_name` string, required
    - `key` integer, required
    - `logo` string, required
  - `bridges` SupportedBridgeOrDEX[], required
    - `deposit_disabled` boolean, required
    - `display_name` string, required
    - `icon` string, required
    - `key` integer, required
    - `withdraw_disabled` boolean, required
  - `dexes` SupportedBridgeOrDEX[], required
    - `deposit_disabled` boolean, required
    - `display_name` string, required
    - `icon` string, required
    - `key` integer, required
    - `withdraw_disabled` boolean, required
  - `liquidity_providers` AvailableLiquidityProviders[], required
    - `display_name` string, required
    - `key` integer, required
    - `logo` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/superform/apis/superform-api.md) · [All operations](https://skmtc.net/superform/apis/superform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superform/superform-api/revisions/6eb27ced1c96/schema)
