XRPL
xrpl.annotations
The ‘xrpl.annotations’ table is a lookup of labeled addresses providing human-readable names for known XRPL wallets, exchanges, and entities.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The ‘xrpl.annotations’ table is a lookup of labeled addresses providing human-readable names for known XRPL wallets, exchanges, and entities.
| 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 |
Was this page helpful?