Skip to main content
GET
Returns the terms of use published by the market’s lender of record. A borrow button cannot be shipped compliantly without them. This is where an integrating application fetches them: by API key, on the market it already knows, in the form it renders. Only published terms are returned. A draft that was never promoted reads as if no terms exist.

Path Parameters

string
required
Market ID.

Query Parameters

string
default:"markdown"
markdown or html. Any other value is rejected with VALIDATION_ERROR.

Response Fields

object
The markdown form travels with its plain-text rendering in the same response, so displaying terms in a surface that has no markdown renderer never costs a second request.

Error Codes