Method Signature
Example
Related Methods
Create Route
Create a new route
List Routes
List all routes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve permanent route details
align.crossChain.getPermanentRoute(routeId: string): Promise<PermanentRouteAddress>
const route = await align.crossChain.getPermanentRoute("route_123...");
console.log(`Deposit Address: ${route.deposit_address}`);
console.log(`Route: ${route.source_network} → ${route.destination_network}`);