Price data
Interpret normalized market price fields and availability.
On this page
Price responses distinguish successful market observations from unavailable data and upstream errors.
Interpretation
Treat the returned price fields as formatted display values. Preserve the requested currency and retrieval time with cached values. If your product requires arithmetic, introduce a reviewed currency-aware parsing or pricing model instead of stripping punctuation from display strings.
For pricing systems, define a freshness threshold and an explicit stale-data state.
lowest_price, median_price, and volume may be absent according to the canonical schema. A successful response with an absent observation is not interchangeable with a failed request.
Do not present one observation as a guaranteed executable trade price. Continue with Build a pricing integration.