Skip to main content
GET
Returns the complete market record plus four enrichment blocks read live from the chain: onChain, oracleStatus, configurationStatus, and liquidationStats. Unlike List Markets, which returns a fixed projection, this endpoint returns every stored field on the market, including the settlement asset triple and the decimals the backend uses when parsing your amounts.
All four enrichment blocks share one error boundary. If any on-chain read fails, the blocks populated so far are returned and the rest are null. A null block signals an unavailable RPC, not a misconfigured market.

Path Parameters

string
required
Market ID.

Response Fields

object
The configurationStatus block here covers contract wiring only. It does not include the token-side authorizations a market needs before loans can be opened. Use Get Configuration Status or Get Setup Steps for readiness.