Files
xrpl-dev-portal/content/references/data-api.md
Caleb Kniffen 2b5044a71a fix: remove reference to https://api.xrpintel.com/
That site has invalid certs.  Also I don't know when it was last updated.
2023-09-26 16:46:33 -05:00

19 lines
959 B
Markdown

---
html: data-api.html
parent: references.html
blurb: (DEPRECATED) RESTful interface to XRP Ledger analytics and historical data.
status: removed
nav_omit: 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](http-websocket-apis.html) instead.
For information on the old Data API, see the [rippled-historical-database repository](https://github.com/ripple/rippled-historical-database).
## Alternatives
For most common operations, like requesting account balances or transaction history, you can query a self-hosted or [public XRP Ledger server](public-servers.html) using a [WebSocket connection](get-started-using-http-websocket-apis.html#websocket-api) or [JSON-RPC (HTTP POST)](get-started-using-http-websocket-apis.html#json-rpc).
See the [Get Started Using HTTP / WebSocket APIs](get-started-using-http-websocket-apis.html) page for more information.