Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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}`);