Skip to main content
GET
/
price
Get market price
curl --request GET \
  --url https://clob.forka.st/price
{
  "price": "1800.50"
}
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

The unique identifier for the token.

side
enum<string>
required

The side of the market (BUY or SELL).

Available options:
BUY,
SELL

Response

200 - application/json

Successful response

price
string
required

The market price represented as a string to maintain precision.