Expose listing and metrics currencies

listings

Currency is now returned explicitly so monetary values can be interpreted correctly.

GET /v1/listings and GET /v1/listings/{listing_id}

  • Each listing now includes currency: the listing’s current pricing currency (used for min/base/max and related pricing fields).

GET /v1/listing_metrics

  • data.listing_level.currency: currency used for monetary listing-level KPIs.
  • data.market_level.currency: currency used for monetary market-level KPIs.

These metric currencies describe their respective stored metric sets and may differ from each other or from the listing’s current pricing currency.

See Get all listings and Get listing performance metrics for full request and response details.