Route payments across multiple currencies using the XRPL DEX. Learn pathfinding mechanics, prerequisites (trustlines, liquidity), and build cross-currency payment transactions.
Route payments across multiple currencies using the XRPL DEX. Learn pathfinding mechanics, prerequisites (trustlines, liquidity), and build cross-currency payment transactions.
Use the path_find API to discover a route between two currencies. Log the available paths and their costs.
Execute a payment that sends USD but delivers EUR, using the DEX path. Verify both accounts received the correct currencies.
Assignments
Find a Path
Use the path_find API to discover a route between two currencies. Log the available paths and their costs.
Cross-Currency Payment
Execute a payment that sends USD but delivers EUR, using the DEX path. Verify both accounts received the correct currencies.