Setting things up
XRP Ledger accounts
First XRPL interaction



















Tokens, transactions









Ledger features




SetRegularKey





MultiSigning


Commands To Fetch TrustLine Information
Intro
Public API methods to fetch different information related to a TrustLine.
Video
Topics covered
- account_lines - Get info about an account's trust lines.
- gateway_balances - Calculate total amounts issued by an account.
- account_objects - Get all ledger objects owned by an account.
- Understanding a RippleState Object.
References
- account_lines
- gateway_balances
- account_objects
- RippleState
Final tip: Public API methods do not need secret keys to retrieve information. They are public APIs and can be accessed by anyone.
← Previous
Token Payment
Next →
Freeze a TrustLine
- Commands To Fetch TrustLine Information
- Intro
- Video
- Topics covered
- References