Futora logoFutora Docs

Get Midpoint Price

Returns the average of the best bid and best ask for one outcome token

GET
/midpoint

Query Parameters

token_id*string

Token identifier.

Response Body

application/json

application/json

curl -X GET "https://example.com/midpoint?token_id=string"
{  "mid": "string"}
{  "error": "string"}