Skip to main content
GET
/
last-trade-price
Get last trade price
curl --request GET \
  --url https://clob.kuest.com/last-trade-price
{
  "price": "<string>",
  "side": "BUY"
}
Fetch the most recent executed trade price for a single token_id. The response includes the price and the side of the last aggressor.

Query Parameters

token_id
string
required

Token identifier to inspect.

Response

Most recent trade price for the token.

price
string
required

Last traded price formatted as a string.

side
enum<string>
required

Side of the most recent aggressor.

Available options:
BUY,
SELL