Latest price snapshot for a market.
Returns the most recent (yesPrice, priceTimestamp) pair from market_prices. noPrice is computed as 1 - yesPrice. Before any real observation all three values are null; the API never fabricates a midpoint tick. Anonymous access remains available; a presented developer key requires market:read.
Authorizations
Builder identity and quota key. It never substitutes for a wallet session or restricted trading authorization and can never sign or custody assets.
Path Parameters
Alephium address (base58, optional :N group suffix).
30 - 80^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$Response
Default Response
Latest exact decimal probability in [0, 1], or null before any real observation.
Exact 1 - yesPrice, or null before any real observation.
Unix milliseconds when this price was observed; null with no real observation.
-9007199254740991 <= x <= 9007199254740991
