Auction

Sends all current Auction House entries

Process an auction request and return the result.

get/v1/auction/list/{page}

Path parameters

pageinteger required

Page

Request body

searchstring
sortstring

Example request

{
  "search": "diamond",
  "sort": "lowest_price, highest_price, recently_listed, last_listed"
}

Response

Auction data

statusinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.