Skip to main content
GET
/
spread
Get the bid/ask spread
curl --request GET \
  --url https://clob.kuest.com/spread
{
  "spread": "<string>"
}
Fetch the current bid-ask spread for a single token by its token_id.

Query Parameters

token_id
string
required

Token identifier.

Response

Spread between best ask and best bid.

spread
string
required