Skip to main content
GET
/
midpoint
Get the bid/ask midpoint
curl --request GET \
  --url https://clob.kuest.com/midpoint
{
  "mid": "<string>"
}
Returns the midpoint between the best bid and best ask for a specific market outcome. The mid price is returned as a string so that clients can preserve precision when parsing the response.

Query Parameters

token_id
string
required

Token identifier.

Response

Midpoint price

mid
string
required