Kuest Docs

Get Market Description

Returns the Gamma-compatible market description object

GET
/markets/{id}/description

Path Parameters

id*string

Numeric market id or condition id.

Query Parameters

creator?string

Optional creator filter. Use a creator wallet address or a site identifier to scope results to markets available on that site.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/markets/540816/description"
{
  "description": "string"
}
{
  "type": "bad request",
  "error": "q is required"
}
{
  "type": "not found error",
  "error": "id not found"
}