Files
xrpl-dev-portal/docs/references/data-api.md
mDuo13 7645140477 Re-levelization: move non-docs content, rename content→docs
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.
2024-01-31 17:53:52 -08:00

21 lines
1.1 KiB
Markdown

---
html: data-api.html
parent: references.html
seo:
description: (DEPRECATED) RESTful interface to XRP Ledger analytics and historical data.
status: removed
nav_omit: true
sidebar: ../../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](http-websocket-apis/index.md) 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](../tutorials/get-started/public-servers.md) using a [WebSocket connection](../tutorials/get-started/get-started-using-http-websocket-apis.md#websocket-api) or [JSON-RPC (HTTP POST)](../tutorials/get-started/get-started-using-http-websocket-apis.md#json-rpc).
See the [Get Started Using HTTP / WebSocket APIs](../tutorials/get-started/get-started-using-http-websocket-apis.md) page for more information.