mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
1.6 KiB
1.6 KiB
References
rippled API Reference
Use the rippled API to communicate with a rippled server, the core peer-to-peer server that manages the XRP Ledger.
Public rippled API Methods
Communicate directly with a rippled server using these public API methods.
Admin rippled API Methods
Communicate directly with a rippled server using these admin-only API methods.
Transaction Formats
A transaction is the only way to modify the XRP Ledger. Get details about its required format.
Ledger Data Formats
Learn about the format of individual ledgers that make up the shared, global XRP Ledger.
API Conventions
Get details about these common conventions used across the rippled API.
Other rippled API Interfaces
Here are a couple of other ways to interface with the rippled API.
ripple-lib for JavaScript Reference
Official client library to the XRP Ledger. Available for JavaScript only.
Data API v2 Reference
Access info about changes to the XRP Ledger, including transaction history and analytics.