GET /account/offers/{account}
GET

/v1/account/offers/{account}

Open DEX offers

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/account/offers/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
Query parameterValueDescription
pairpair hash
md5token id (filters offers to that token)
offsetint (snaps down to a limit-multiple; effective offset echoed)
limitint (1-50, default 10; out-of-range resets to 10)
curl 'https://api.xrpl.to/v1/account/offers/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

200Example response1 ms · just now · 0.1 KB · 8 lines
https://api.xrpl.to/v1/account/offers/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
{
  "success": true,
  "took": 1,
  "offset": 0,
  "limit": 10,
  "total": 0,
  "offers": []
}
Shapeas documented
{
  success,
  took,
  offset,
  limit,
  total,
  offers[]
}

What it does

Open DEX offers

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI