latestOpenAPI 3.0.02026-08-2232150173.9 KB

b70d36b7002b

ccip

Get CCIP router address for a chain

Returns the CCIP router contract address for the specified chain.

get/api/v1/ccip/router

Query parameters

chainIdnumber required
Example:42161

Chain ID to get the CCIP router address for

Response

CCIP router address

routerstring required

CCIP router contract address for the specified chain

Example response

{
  "router": "0x141fa059441E0ca23ce184B6A78bafD2A517DdE8"
}