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
A lookup table of labeled addresses providing human-readable names for known XRPL wallets, exchanges, and entities. Used to enrich account and transaction data with contextual identity information. Referenced by accounts to annotate well-known addresses.Column Descriptions
| Column | type | Description |
|---|---|---|
| annotation_id | bigint | Unique surrogate primary key for the annotation record |
| source | string | Origin of the annotation (e.g. third-party data provider) |
| name | string | Human-readable label for the address (e.g., exchange name, institution) |
| address | string | The XRPL account address this annotation describes |