---
title: "Get conversion routes for a specific currency"
method: GET
path: "/v2/currencies/{currencyId}/conversion-routes"
tags: ["Currencies", "V2/Currencies"]
---

# Get conversion routes for a specific currency

`GET /v2/currencies/{currencyId}/conversion-routes`

Get a list of currency objects (with all details) that can be converted to from the specified currency. Optionally filter by network using the 'network' query parameter.

## Path parameters

- `currencyId` string, required

## Query parameters

- `network` string
- `networks` string

## Headers

- `x-api-key` string
- `x-client-id` string
- `Origin` string

## Response `200`

Conversion routes retrieved successfully

## Other responses

- `404` — Currency not found
- `429` — Too Many Requests

---

[API](https://skmtc.dev/request/apis/request-network-api.md) · [All operations](https://skmtc.dev/request/apis/request-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/request/request-network-api/revisions/042a895ac0c6/schema)
