Ath.2531:

of a specific weapon/armor type.

I am currently making ajax/api calls to get the cheapest sell/buy price for a given item Id but i currently don’t have a way to get price information something for an api call in the nature of: Cheapest price for a rare quality weapon type. For example:

I want the cheapest price for a lvl 80 rare greatsword.

If not, Is there an API call that could return at least the top/bottim x number of listings of a specific weapon type? That way i could sort the list and get the topmost element.

This goes toward further development of the Mystic Forge Simulator

rodadams.5963:

You’ll have to pull all the prices you’re interested in, and do the sorting/filtering yourself.

Ath.2531:

Do I have to specify a specific item by id every time?