Skip to main content
POST
/
midpoints
Get midpoints for many tokens
curl --request POST \
  --url https://clob.kuest.com/midpoints \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "token_id": "<string>"
  }
]
'
{}
Retrieve midpoint prices for multiple tokens in a single request. The response is a map where each key is the requested token_id and the value is the midpoint price.

Body

application/json
token_id
string
required

Response

Midpoint prices per token.

Midpoint price per token.

{key}
string