Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dune.com/llms.txt

Use this file to discover all available pages before exploring further.

Table Description

Contains all XRPL accounts observed on the ledger, including their creation and deletion history, current XRP balance, and identity labels where available. Use this table to profile accounts, track lifecycle events, and filter activity by named entities.

Column Descriptions

ColumntypeDescription
account_idbigintUnique surrogate primary key for the account
annotation_idbigintReference to a human-readable label for this account, if known (→ annotations)
account_addressstringThe account’s XRPL classic address (r-address); unique and not null
created_ledger_indexbigintLedger index at which this account was first funded and activated on-chain
created_timestamptimestampTimestamp when the account was created on the ledger
created_transaction_hashstringHash of the transaction that created this account
deleted_ledger_indexbigintLedger index at which this account was deleted, if applicable (null for active accounts)
deleted_transaction_indexintegerTransaction index within the deletion ledger for ordering purposes
deleted_timestamptimestampTimestamp when the account was deleted from the ledger
deleted_transaction_hashstringHash of the transaction that deleted this account
last_updated_ledger_indexbigintLedger index of the most recent transaction that modified this account’s state
last_updated_timestamptimestampTimestamp of the most recent state change for this account
last_updated_transaction_hashstringHash of the transaction that last modified this account
current_xrp_balancedoubleCurrent XRP balance held by the account, in XRP

Table Sample