question about current highest order quantity

question about current highest order quantity

in API Development

Posted by: gegula.8249

gegula.8249

Is there a way to return only current highest order quantity instead of all orders like
https://api.guildwars2.com/v2/commerce/listings?ids=19684 would give?
also not https://api.guildwars2.com/v2/commerce/prices/19684 as this gives total supply

question about current highest order quantity

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

No. The ?top parameter comes kind of close, but it sorts by price, not quantity.