ValidatedLedger
Information about the fully-validated ledger with the highest sequence number (the most recent).
- Type: Object
 
This type can contain the following fields:
| Field | Type | Required? | Description | 
|---|---|---|---|
age | 
Integer | Required | The time since the ledger was closed, in seconds. | 
baseFeeXRP | 
String | Required | Base fee, in XRP. This may be represented in scientific notation such as 1e-05 for 0.00005. | 
hash | 
String | Required | Unique hash for the ledger, as an uppercase hexadecimal string. | 
reserveBaseXRP | 
String | Required | Base fee, in XRP. This may be represented in scientific notation such as 1e-05 for 0.00005. | 
reserveIncrementXRP | 
String | Required | Base fee, in XRP. This may be represented in scientific notation such as 1e-05 for 0.00005. | 
ledgerVersion | 
Integer | Required | Identifying sequence number of this ledger version. |