Skip to main content
POST
/
spreads
Calculate bid/ask spreads
curl --request POST \
  --url https://clob.kuest.com/spreads \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "token_id": "<string>"
  }
]
'
{}
Fetch the current bid-ask spread for one or more tokens by sending their CLOB token_ids. The response is a map where each key is the requested token_id and the value is the spread (best ask minus best bid).

Body

application/json
token_id
string
required

Response

Spreads per token

Bid/ask spread per token expressed as a string.

{key}
string