Skip to main content
GET
Returns everything a candidate reads before taking a market’s lender-of-record role. That covers the market and its offering, and the collateral token as the chain answers and as the issuer described it. It also covers the asset data the issuer attested, the terms status and a deterministic review. See Lender of record. The market is keyed by its contract address, because a candidate usually does not record the market yet. The address is proven against the v2 lending factory first. This instance may read the market when one of these holds:
  • One of its verified wallets is nominated on the market.
  • It records the market itself, for example because it deployed it.
  • The market is open to claimants beyond its candidates, and Trusset approved this account as a lender of record.
The collateral token is described twice, and the two descriptions are never merged. collateralToken.onchain is what the chain answers right now. collateralToken.issuerProvided and instrument are what the importing issuer chose to publish. Where the sources disagree, disagreements lists the field and every value.
assessment measures how well the market and its collateral are evidenced: what the issuer stated, what a machine could check, and what the chain answers. It is not a credit rating, not a view on the issuer’s ability to pay, and not advice. The credit decision stays with the lender of record.

Path Parameters

string
required
Market contract address, 0x followed by 40 hex characters.

Response Fields

object

Error Codes