Returns all bridges and their supported routes
Enter your Chainrails API key as a Bearer token
All supported bridges retrieved successfully
Map of bridge names to their supported routes
{
"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
}
]
}