Skip to main content
GET
Returns the full text of one saved version of the market’s terms of use. Use it to show exactly what a market presented at a given point, or to compare two versions listed by List Terms Versions. The version is returned whether or not that save was published, and whether or not the terms are live today. Drafts are readable here by every instance that holds the market, because terms are stored against the market’s address rather than against the instance that wrote them.

Path Parameters

string
required
Market ID.
string
required
Version number, as one to six digits. Anything else is refused with VALIDATION_ERROR.

Query Parameters

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

Response Fields

object
A version carries no publishedAt, and no binding block travels with it. Read the binding of the live document on Get Terms.

Error Codes