Documentation
    Preparing search index...
    • Returns all active auctions for a specific auction house on a connected realm.

      Auction house data updates at a set interval. The value was initially set at 1 hour; however, it might change over time without notice.

      Depending on the number of active auctions on the specified connected realm, the response from this endpoint may be rather large, sometimes exceeding 10 MB.

      Parameters

      • namespace: "dynamic-classic1x" | "dynamic-classic"

        The namespace to use. See BlizzardNamespaces.

      • connectedRealmId: number

        The ID of the connected realm.

      • auctionHouseId: number

        The ID of the auction house.

      Returns {
          _responseType?: AuctionsResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      The auction house data. See AuctionsResponse.

      • Optional Internal_responseType?: AuctionsResponse

        The response type of the resource

      • Optionalnamespace?: BlizzardNamespaces
      • Optionalparameters?: Record<string, unknown>
      • path: string