Ripple data API alternatives

This commit is contained in:
Wietse Wind
2021-06-28 15:08:08 +02:00
committed by GitHub
parent 45665cbc4d
commit ed5e7e7bce

View File

@@ -10,3 +10,10 @@ nav_omit: true
**Warning:** The Ripple Data API v2 is deprecated with no ongoing support. Please use the native [XRP Ledger HTTP APIs](rippled-api.html) instead.
For information on the old Data API, see the [rippled-historical-database repository](https://github.com/ripple/rippled-historical-database).
## 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](get-started-using-http-websocket-apis.html#websocket-api) or [JSON RPC (HTTP POST)](.org/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.