Learn to retrieve account transaction history and subscribe to real-time transaction streams using WebSocket event listeners on the XRP Ledger.
Learn to retrieve account transaction history and subscribe to real-time transaction streams using WebSocket event listeners on the XRP Ledger.
Write a script that retrieves the last 10 transactions for a given account and logs their type and amount.
Subscribe to an account's transaction stream and log each incoming transaction in real-time. Test by sending XRP from another script.
Assignments
Fetch Account History
Write a script that retrieves the last 10 transactions for a given account and logs their type and amount.
Live Transaction Feed
Subscribe to an account's transaction stream and log each incoming transaction in real-time. Test by sending XRP from another script.