v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014667228.9 KB
Router

Get supported routes for specific bridge

Returns all source/destination chain pairs supported by a specific bridge

get/router/supported-routes/bridge/{bridge}

Path parameters

bridge'ACROSS' | 'CCTP' | 'GATEWAY' | 'RHINOFI' required

Bridge protocol

Response

Supported routes for bridge retrieved successfully

Example response

{
  "supportedRoutes": [
    {
      "sourceChain": "BASE_TESTNET",
      "destinationChain": "ARBITRUM_TESTNET",
      "supported": true,
      "bidirectional": true
    }
  ],
  "bridgeInfo": {
    "bridge": "ACROSS",
    "routeCount": 12
  }
}