/v1/account/offers/{account}
Open DEX offers
Request
https://api.xrpl.to/v1/account/offers/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE| Path parameter | Value | Description |
|---|---|---|
| account | An XRPL account, its r-address |
| Query parameter | Value | Description |
|---|---|---|
| pair | pair hash | |
| md5 | token id (filters offers to that token) | |
| offset | int (snaps down to a limit-multiple; effective offset echoed) | |
| limit | int (1-50, default 10; out-of-range resets to 10) |
curl 'https://api.xrpl.to/v1/account/offers/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
Response
https://api.xrpl.to/v1/account/offers/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE{ "success": true, "took": 1, "offset": 0, "limit": 10, "total": 0, "offers": [] }
{ success, took, offset, limit, total, offers[] }