mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
1.3 KiB
1.3 KiB
category, date, labels, markdown
| category | date | labels | markdown | ||||||
|---|---|---|---|---|---|---|---|---|---|
| 2023 | 2023-10-05 |
|
|
Data API v2 Shutdown
The Ripple Data API v2 was deprecated in 2021 with no additional support; it will be shut down on October 15, 2023.
{% admonition type="info" name="Note" %}The XRP Distribution endpoint will remain.{% /admonition %}
If you need 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).
For a full list of available API methods, see the Get Started Using HTTP / WebSocket APIs page.
Additionally, you can use these alternatives: