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
}
}