resolve_address
Resolve an XRPL wallet address to find its primary XRPName and the full list of owned names. Ideal for checking wallet identity, ownership, or exploring a portfolio.
Instructions
Reverse resolution: given an XRPL address, return its primary XRPName (if set) and the full list of names owned by the wallet. Use when the user says "who owns [address]?", "look up this wallet", or "what names does [address] have?", or when chained with get_domain_profile to explore a wallet. Returns found:false if the address owns no XRPName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of domains to return (cap 200). | |
| address | Yes | XRPL classic address, e.g. "rLhi87eXFZNueP4Kg1jUuHmm7pWZBoT3Yn". | |
| include_history | No | If true, include per-domain nftoken_id and mint date. |