API Reference xrpl v1.0.0
Modules
XRPL is a library for interacting with the XRP Ledger.
XRPL.Account is a module to interact with accounts on the XRP Ledger. An account in the XRP Ledger represents a holder of XRP and a sender of transactions. Use these methods to work with account info.
Use these methods to retrieve information using Clio server APIs.
XRPL.Ledger is a module to interact with ledgers on the XRP Ledger. A ledger version contains a header, a transaction tree, and a state tree, which contain account settings, trustlines, balances, transactions, and other data. Use these methods to retrieve ledger info.
The ledger_entry method returns a single ledger entry from the XRP Ledger in its raw format. See ledger format for information on the different types of entries you can retrieve.
Makes requests that don't respond to HTTP Success codes to return as a error
XRPL.PathOrderbook is a module to interact with orderbook modules on the XRP Ledger.
XRPL.Payment is a module to interact with payment modules on the XRP Ledger.
XRPL.ServerInfo is a module to interact with server_info modules on the XRP Ledger.
XRPL.Transaction is a module to interact with transaction modules on the XRP Ledger. Transactions are the only thing that can modify the shared state of the XRP Ledger. All business on the XRP Ledger takes the form of transactions. Use these methods to work with transactions.
Use these methods to perform convenient tasks, such as ping and random number generation.