v8

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

Get all supported bridges

Returns all bridges and their supported routes

get/router/supported-bridges/all

Response

All supported bridges retrieved successfully

bridgesobject

Map of bridge names to their supported routes

Example response

{
  "bridges": {
    "ACROSS": [
      {
        "sourceChain": "BASE_TESTNET",
        "destinationChain": "ARBITRUM_TESTNET",
        "supported": true,
        "bidirectional": true
      },
      {
        "sourceChain": "ETHEREUM_MAINNET",
        "destinationChain": "ARBITRUM_MAINNET",
        "supported": true,
        "bidirectional": true
      }
    ],
    "CCTP": [
      {
        "sourceChain": "BASE_TESTNET",
        "destinationChain": "ARBITRUM_TESTNET",
        "supported": true,
        "bidirectional": true
      }
    ]
  },
  "metadata": {
    "totalBridges": 4,
    "totalRoutes": 25,
    "lastUpdated": "2025-12-13T02:45:30.123Z"
  }
}