申し訳ありませんが、このページはお使いの言語では提供されていません。

XRP Ledger Dev Portalをさまざまな言語で提供するよう取り組んでいますが、すべてのページがすべての言語で提供されているわけではありません。ご協力いただける場合は、ぜひ貢献をお願いいたします

AccountInfo

Warning: XRP-API is early alpha software. API methods and data formats are likely to change often in ways that break backwards compatibility.

This type can contain the following fields:

Field Type Required? Description
account_data Object (AccountData) Required The raw AccountRoot object of the account, as stored in the XRP Ledger.
ledger_current_index Integer Optional (Omitted if ledger_index is provided instead) The sequence number of the most-current ledger, which was used when retrieving this information. The information does not contain any changes from ledgers newer than this one.
ledger_index Integer Optional (Omitted if ledger_current_index is provided instead) The sequence number of the ledger used when retrieving this information. The information does not contain any changes from ledgers newer than this one.
validated Boolean Optional True if this data is from a validated ledger version; if omitted or set to false, this data is not final.