get_pending_offers
List pending XRPL domain operations for a wallet: incoming offers, outgoing offers, and mintable paid orders. Use to check what transfers await action before accepting, canceling, or minting.
Instructions
Get all pending XRPL domain operations for a wallet — incoming offers (someone offered the wallet a domain), outgoing offers (the wallet listed a domain), and paid-but-not-yet-minted orders the user can still complete. Use when the user asks "do I have any pending transfers?", "what offers are waiting on me?", or before suggesting an accept/cancel/continue-mint action. Requires an XRPL r... address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | XRPL r... address of the wallet to query (e.g. "rPT1Sjq2YGrBMTttX4GZHjKu9dyfzbpAYe"). |