---
title: "Get CCIP router address for a chain"
method: GET
path: "/api/v1/ccip/router"
tags: ["ccip"]
---

# Get CCIP router address for a chain

`GET /api/v1/ccip/router`

Returns the CCIP router contract address for the specified chain.

## Query parameters

- `chainId` number, required

## Response `200`

CCIP router address

- CcipRouterResponse
  - `router` string, required — CCIP router contract address for the specified chain

## Other responses

- `400` — Chain not supported by CCIP

---

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