Skip to main content

marketplace.item_stats

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 725
  • Header: MARKETPLACE_ITEM_STATS
  • Direction: Server to Client (s2c)
  • Realm: Economy & Trading
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver price statistics for a Marketplace item

Payload fields

FieldTypeRequiredDescription
averagePriceint32requiredOverall average selling price.
currentOfferCountint32requiredNumber of currently active offers for this item.
historyLengthint32requiredNumber of days in the price history.
dayCountint32requiredNumber of day entries in the history array.
historylist<object>requiredDaily entries with dayOffset (int32), average (int32), and soldAmount (int32).
furniCategoryIdint32requiredFurniture category identifier.
furniTypeIdint32requiredFurniture type identifier.

Behavior

Sender

Sent in response to an item stats request.

Receiver

The client displays a price history chart with daily averages and trade volumes.

Notes

  • No additional notes