Skip to main content
GET
/
price
Get the best price for a side
curl --request GET \
  --url https://clob.kuest.com/price
{
  "price": "<string>"
}
Retrieves the latest executable price for a specific token_id on the indicated side of the order book. Switch the side query parameter to SELL to retrieve the best ask for the same outcome.

Query Parameters

token_id
string
required

Token identifier.

side
enum<string>
required

Market side to quote (BUY fetches the best ask, SELL fetches the best bid).

Available options:
BUY,
SELL

Response

Best price for the requested side

price
string
required