From 2b5044a71a72f56cc910ff3a0ba96c409139b660 Mon Sep 17 00:00:00 2001 From: Caleb Kniffen Date: Tue, 26 Sep 2023 16:46:33 -0500 Subject: [PATCH] fix: remove reference to https://api.xrpintel.com/ That site has invalid certs. Also I don't know when it was last updated. --- content/references/data-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/references/data-api.md b/content/references/data-api.md index c2df1fa1e4..cd1511903a 100644 --- a/content/references/data-api.md +++ b/content/references/data-api.md @@ -16,5 +16,3 @@ For information on the old Data API, see the [rippled-historical-database reposi 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. - -[The XRP Intel API](https://xrpintel.com/api) run by Dev Null Productions provides many of the same data which the Ripple Data API v2 used to, including account, gateways, and more; derived directly from the XRP Ledger.