Files
xrpl-dev-portal/content/references/data-api.md
mDuo13 554a3732d4 Migrate content syntax via script
The changes in this commit were auto-generated by running

tool/migrate.sh

Following this commit, the Dactyl build no longer works but the Redocly
build (mostly) should.
2024-01-31 16:09:41 -08:00

1.0 KiB

html, parent, blurb, status, nav_omit
html parent blurb status nav_omit
data-api.html references.html (DEPRECATED) RESTful interface to XRP Ledger analytics and historical data. removed true

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.