mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
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.
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
---
|
||
html: data-api.html
|
||
parent: references.html
|
||
seo:
|
||
description: (非推奨)XRP Ledger分析と履歴データに対するRESTfulインターフェイスです。
|
||
status: removed
|
||
nav_omit: true
|
||
---
|
||
# Ripple Data API v2
|
||
|
||
**警告:** Ripple Data API v2は非推奨となりました。代わりに[HTTP / WebSocket API](http-websocket-apis/index.md)を使って下さい。
|
||
|
||
古いData APIについては[rippled-historical-database リポジトリ](https://github.com/ripple/rippled-historical-database)をご覧ください.
|
||
|
||
## Alternatives
|
||
|
||
アカウント残高や取引履歴のリクエストなど、ほとんどの一般的な操作では、[WebSocket接続](../tutorials/get-started/get-started-using-http-websocket-apis.md#websocket-api)または[JSON-RPC(HTTP POST)](../tutorials/get-started/get-started-using-http-websocket-apis.md#json-rpc)を使用して、セルフホストまたは[公開XRP Ledgerサーバー](../tutorials/get-started/public-servers.md)にリクエストすることとができます。
|
||
|
||
詳細については、[HTTP / WebSocket APIsの使用を開始する](../tutorials/get-started/get-started-using-http-websocket-apis.md)ページをご覧ください。
|