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

# Address of the Odos executor for given chain and version

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

Get Odos Executor address for chain

## Path parameters

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

## Response `200`

Successful Response

- ExecutorAddress — Odos Executor Address schema
  - `deprecated` string, nullable
  - `traceId` string, nullable
  - `address` string, required — Address of Odos Executor

## 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)
