---
title: "Address of the Odos router for given chain and version"
method: GET
path: "/info/router/{version}/{chain_id}"
tags: ["Information"]
---

# Address of the Odos router for given chain and version

`GET /info/router/{version}/{chain_id}`

Address of Odos router contract that a swap path must be sent to.

## Path parameters

- `version` 'v3' | 'v2', required — Odos API supported versions
- `chain_id` integer, required

## Response `200`

Successful Response

- RouterAddress — Odos Router Address schema
  - `deprecated` string, nullable
  - `traceId` string, nullable
  - `address` string, required — Address of Odos Router

## Other responses

- `422` — Validation Error

---

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