Router
Get all supported bridges
Returns all bridges and their supported routes
get/router/supported-bridges/all
Response
All supported bridges retrieved successfully
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"
}
}