01What
Lists the open trading offers an account has sitting on the XRPL decentralized exchange (DEX) — orders that have not fully filled yet.
02Why you'd use it
Use it to review your open orders, find the sequence number you need to cancel one, or see what someone else is trying to buy or sell.
03How
- 1Enter the Account Address.
- 2Run it and read each offer: taker_gets is what the account is selling, taker_pays is what it wants in return.
- 3Note the seq value on any offer you may want to cancel — Cancel DEX Offer needs it.
Watch out
- Every open offer locks 0.2 XRP of owner reserve until it fills or is cancelled.
- Offers can be partially filled — the amounts shown are what remains, not the original size.
For example
Last month you placed an order to sell 100 XRP for USD and forgot about it. You list your offers, find it still open at a price you no longer like, grab its sequence number, and cancel it.