get_portfolio
List XRPL domains owned by a wallet address, returning TLD, length, and flags to answer 'What domains do I own?' or review another wallet's portfolio.
Instructions
List all XRPL domains owned by a wallet address. Use when the user asks "what domains do I own?", "show me my domains", or wants to see another wallet's holdings. Returns each domain with its TLD, length, primary flag, subname flag, and quick-action URLs. (nftoken_id, image, and mint time are not included here — use get_domain_profile for one domain.) Requires an XRPL r... address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order. "recent" keeps the backend order. | recent |
| limit | No | Max domains to return. | |
| address | Yes | XRPL r... address whose domains to list. | |
| filter_tld | No | Filter by TLD, e.g. ".xrp", ".xrpfi", ".rlusd", or "all". | all |