mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-23 11:10:54 +00:00
For better URLs, the content folder has been renamed 'docs' and all other files have been moved up a level. Also, non-docs images have been moved to the static folder at the top level where they belong. Many relative paths had to be fixed to make this work.
1.1 KiB
1.1 KiB
html, parent, seo, status, nav_omit, sidebar
| html | parent | seo | status | nav_omit | sidebar | ||
|---|---|---|---|---|---|---|---|
| data-api.html | references.html |
|
removed | true | ../../sidebars.yaml |
Ripple Data API v2
Warning: The Ripple Data API v2 is deprecated with no ongoing support. Please use the native XRP Ledger HTTP APIs instead.
For information on the old Data API, see the rippled-historical-database repository.
Alternatives
For most common operations, like requesting account balances or transaction history, you can query a self-hosted or public XRP Ledger server using a WebSocket connection or JSON-RPC (HTTP POST).
See the Get Started Using HTTP / WebSocket APIs page for more information.