申し訳ありませんが、このページはお使いの言語では提供されていません。
XRP Ledger Dev Portalをさまざまな言語で提供するよう取り組んでいますが、すべてのページがすべての言語で提供されているわけではありません。ご協力いただける場合は、ぜひ貢献をお願いいたします
ValidatedLedger
Information about the fully-validated ledger with the highest sequence number (the most recent).
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 |
---|---|---|---|
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. |