Command.Auction.Analyze

Requests auction statistics from the server. The results will be sent to Event.Auction.Statistics. This command is throttled by the "auctionanalyze" throttle type, proportional to the number of days requested.

Usage:

Interaction category: auction

Command.Auction.Analyze(itemtype, begin, end)
Command.Auction.Analyze(itemtype, begin, end, callback)
ParameterTypeDatatypeDescription
beginparameternumberUNIX timestamp to begin analysis at.
callbackparametercallbackfunctionA standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details.
endparameternumberUNIX timestamp to end analysis at.
itemtypeparameteritemtypeItem type to analyze.