Files
xrpl-dev-portal/content/references/data-api.md
2021-06-28 15:08:08 +02:00

969 B

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

Most common operations like requesting account information and balances, transaction history, etc. can be sent to self hosted or public XRP Ledger nodes. Data can be retrieved using a WebSocket connection or JSON RPC (HTTP POST).

See the Get Started Using HTTP / WebSocket APIs page for more information.