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