---
title: "Get all supported routes."
method: GET
path: "/v1/get-routes"
tags: ["v1"]
---

# Get all supported routes.

`GET /v1/get-routes`

## Response `200`

Get all supported routes

- RouteInfo[]
  - `dstChain` string, required — Destination chain (e.g. bob)
  - `dstToken` string, required — Destination token address
  - `srcChain` string, required — Source chain (e.g. bitcoin)
  - `srcToken` string, required — Source token address

## Changes

- **2026-03-05** `a6065adb7d74` — 1 breaking
  - removed the required property `items/instantSwap` from the response with the `200` status
- **2026-03-05** `2e78148bdade` — 1 info
  - added the required property `items/instantSwap` to the response with the `200` status

[Change history](https://skmtc.dev/bob-collective/apis/bob-gateway-api/changes/v1/get-routes/get.md)

---

[API](https://skmtc.dev/bob-collective/apis/bob-gateway-api.md) · [All operations](https://skmtc.dev/bob-collective/apis/bob-gateway-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bob-collective/apis/bob-gateway-api/revisions/a6065adb7d74?raw)
