cURL
curl --request GET \ --url https://api.chainrails.io/api/v1/router/supported-routes/bridge/{bridge} \ --header 'Authorization: Bearer <token>'
{ "supportedRoutes": [ { "sourceChain": "BASE_TESTNET", "destinationChain": "ARBITRUM_TESTNET", "supported": true, "bidirectional": true } ], "bridgeInfo": { "bridge": "ACROSS", "routeCount": 12 } }
Returns all source/destination chain pairs supported by a specific bridge
Enter your Chainrails API key as a Bearer token
Bridge protocol
ACROSS
CCTP
GATEWAY
RHINOFI
Supported routes for bridge retrieved successfully
Show child attributes
Was this page helpful?