Files
xrpl-dev-portal/docs/references/data-api.md
amarantha-k 72029c989a Revise tutorials IA
Fix broken links

fix broken links

Fix broken links
2026-02-23 12:41:00 +00:00

1.1 KiB

html, parent, seo, status, nav_omit, sidebar
html parent seo status nav_omit sidebar
data-api.html references.html
description
(DEPRECATED) RESTful interface to XRP Ledger analytics and historical data.
removed true
path
../../sidebars.yaml

Ripple Data API v2

{% admonition type="danger" name="Warning" %}The Ripple Data API v2 is deprecated with no ongoing support. Please use the native XRP Ledger HTTP APIs instead.{% /admonition %}

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.