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

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

AccountData

The raw AccountRoot object of the account, as stored in the XRP Ledger.

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

  • Type: Object

This type can contain the following fields:

Field Type Required? Description
Account String (Address) Required The address of an XRP Ledger account.
Balance String Required The XRP balance of the account, in integer "drops of XRP", where 1000000 drops = 1 XRP.
Flags Integer Required A bitwise map of settings applied to this account.
LedgerEntryType String Required
OwnerCount Integer Required
PreviousTxnID String Required
PreviousTxnLgrSeq Integer Required
RegularKey String (Address) Optional The address of an XRP Ledger account.
Sequence Integer Required
index String Optional