Skip to main content
GET
/
midpoint
Get midpoint price
curl --request GET \
  --url https://clob.forka.st/midpoint
{
  "mid": "1800.75"
}
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

The unique identifier for the token.

Response

200 - application/json

Successful response

mid
string
required

The midpoint price represented as a string to maintain precision.