Skip to main content

XRPL Data Source – Streams

Updated on
Jul 20, 2026

Ledger

The data returned is an array of ledger objects as returned by ledger. The Ledger schema provides comprehensive data about XRP Ledger blocks, including ledger metadata, transaction details, and account state changes. This dataset is specifically designed for XRP Ledger and includes detailed information about each ledger close, including all transactions, account modifications, and metadata.

Note: Please review the chain specific documentation for the RPC method indicated above for more details about that chain's expected payload shape.

JSON Spec
{
"data": [
{
"ledger_hash": "1E29CCCA497DD6F5AFB61D2CDBCE5FF45FF740A703D8C3AE2F5CC7B60B972B29",
"ledger_index": 98423211,
"validated": true,
"ledger": {
"account_hash": "C027A15DCC533E6FA8D40EA3BCAC207C0DF0C21F44FD225756C55A9DEB1C34C1",
"close_flags": 0,
"close_time": 809528101,
"close_time_human": "2025-Aug-26 12:55:01.000000000 UTC",
"close_time_iso": "2025-08-26T12:55:01Z",
"ledger_hash": "1E29CCCA497DD6F5AFB61D2CDBCE5FF45FF740A703D8C3AE2F5CC7B60B972B29",
"parent_hash": "9339A21D5012EFABE92B30462535A1BBEAC1E38C2D3FF7AD939C30B8351D7096",
"total_coins": "99985811617695167",
"transaction_hash": "19615CD59B57CE0DA9D7A5CE58D6D5E82BB40FA38F51CCFA16740CB5CDA7CF7E",
"ledger_index": "98423211",
"closed": true,
"transactions": [
{
"Account": "rfmdBKhtJw2J22rw1JxQcchQTM68qzE4N2",
"Fee": "15",
"Flags": 524288,
"LastLedgerSequence": 98423212,
"Sequence": 109407893,
"TransactionType": "OfferCreate",
"TakerGets": {
"currency": "ETH",
"issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B",
"value": "8.51"
},
"TakerPays": {
"currency": "524C555344000000000000000000000000000000",
"issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De",
"value": "38038.27032"
},
"hash": "008812DF7E51C51A6C257B7527132AAB5558DB6D38FB3652DE4166AA550DBF32",
"metaData": {
"AffectedNodes": [
{
"ModifiedNode": {
"FinalFields": {
"Account": "rfmdBKhtJw2J22rw1JxQcchQTM68qzE4N2",
"Balance": "276749216903",
"OwnerCount": 51,
"Sequence": 109407894
},
"LedgerEntryType": "AccountRoot",
"LedgerIndex": "6BC9286C5146B76D0D140873B509D72581AABEB79037BF1D9849830FBF5A9FE6"
}
}
],
"TransactionIndex": 17,
"TransactionResult": "tesSUCCESS"
}
},
{
"Account": "rP4gybHF3astaSuih16DMpL16aFa6DjYkX",
"Fee": "179",
"TransactionType": "OfferCreate",
"TakerGets": "173114023",
"TakerPays": {
"currency": "CNY",
"issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y",
"value": "3614.584654031998"
},
"hash": "010F74D72FC2ADFE267E2BAED507544A2D440880091B3F4900DEE349D5EBC60E",
"metaData": {
"TransactionResult": "tesSUCCESS"
}
}
]
}
}
]
}
Share this doc