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

Represents all fungible tokens (IOUs) and Multi-Purpose Tokens (MPTs) issued on the XRP Ledger, one row per token. Tracks token supply, holder counts, compliance flags, and lifecycle metadata for token analytics, issuer monitoring, and market analysis. Links to accounts for issuer identity.

Column Descriptions

ColumntypeDescription
token_idbigintUnique surrogate primary key for the token record
currencystringRaw currency code as stored on the ledger
currency_isostringISO 4217 currency code representation, if applicable (e.g., USD, EUR)
currency_hexstringHexadecimal representation of the currency code
currency_asciistringHuman-readable ASCII representation of the currency code
issuerbigintSurrogate key for the account that issued this token (→ accounts)
issuer_addressstringXRPL address of the token issuer
is_activebooleanWhether the token currently has active supply or trust lines on the ledger
is_blackholedbooleanWhether the issuing account’s keys have been disabled, making the supply immutable (a trust signal for token holders)
created_transaction_hashstringHash of the transaction that first created this token
created_ledger_indexbigintLedger index when the token was first issued
created_timestamptimestampTimestamp when the token was first issued
last_seen_timestamptimestampTimestamp of the most recent ledger activity involving this token
total_outstanding_supplydoubleTotal circulating supply of this token across all trust lines or MPT holdings
has_positive_supplybooleanFlag indicating whether total outstanding supply is greater than zero
holders_countbigintNumber of accounts currently holding a non-zero balance of this token
trustline_countbigintNumber of open trust lines established for this token (IOU tokens only)
is_mptbooleanWhether this token is a Multi-Purpose Token (MPT) rather than a traditional IOU trust-line token
mpt_issuance_idstringUnique issuance identifier for MPT tokens on the ledger
mptoken_countbigintNumber of MPToken objects held by accounts for this MPT issuance
maximum_value_mptbigintMaximum supply cap defined at issuance for MPT tokens
mpt_metadatastringArbitrary metadata attached to the MPT issuance at creation
transfer_feedoubleFee charged on peer-to-peer transfers of this token, expressed as a percentage
clawback_enabledbooleanWhether the issuer has enabled the ability to reclaim tokens from holder accounts
burnablebooleanWhether token holders or the issuer can permanently destroy (burn) tokens
token_scriptstringOn-chain script or logic associated with the token, if applicable

Table Sample