| ledger_close_date | date | Date of the most recent ledger state available in the data, derived from the latest trustline timestamp; may lag the current calendar date |
| token_id | bigint | Surrogate key for the token (→ tokens) |
| token_currency | string | Raw currency code of the token as stored on the ledger |
| token_issuer | string | XRPL address of the account that issued this token |
| token_mpt_id | string | Unique issuance identifier for Multi-Purpose Tokens (MPTs); null for traditional IOU trust-line tokens |
| total_supply | double | Total outstanding supply of the token as reported by the issuer’s ledger state |
| total_issued | double | Sum of all positive holder balances at this snapshot date; may differ from total_supply if supply has been burned or not fully distributed |
| total_holders | bigint | Number of distinct accounts holding a non-zero balance of this token |
| top_10_holders_percent | double | Percentage of total supply held by the 10 largest holders; a measure of concentration risk |
| whale_accounts_count | bigint | Number of accounts each holding more than 1% of the total outstanding supply |