Files
xrpl-dev-portal/content/blog/2023/data-api-v2-deprecated.md
Amarantha Kulkarni b4489f8649 Migrate dev-blog to Redocly (#2346)
* Step 1 to migrate the blog - Add blog pages from the dev-blog repo

* Add blog-specific sidebar (& update contents)

* Add new dev reflections blog post from 01-23-2024

* Blog migration: fix markdoc errors and broken links

* Remove community pages from the sidebar

---------

Co-authored-by: mDuo13 <mduo13@gmail.com>
2024-01-31 16:10:32 -08:00

1.2 KiB

category, date, labels, targets
category date labels targets
2023 2023-10-05
Advisories
Data API
devblog

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.

Note: The XRP Distribution endpoint will remain.

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: