AccountInfo
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. |