get_account_offers
Retrieve all open DEX offers for an XRPL account. Query the XRP Ledger for active offers with optional network and limit settings.
Instructions
Get all open DEX (Decentralized Exchange) offers for an XRPL account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of offers to return (default: 200) | |
| account | Yes | The XRPL account address (starts with r) | |
| network | No | The XRPL network to query (default: mainnet) |