Prediction Market Docs
MarketsIdPrice

Current price (AMM)

GET
/clob/markets/{id}/price

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

id*string

Market id (Mongo id) or numeric on-chain marketId.

Query Parameters

side?string

Value in

  • "yes"
  • "no"

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/clob/markets/string/price"
{  "marketId": "69bce5b79cf7519128b0f5ed",  "prices": {    "yes": 0.910256,    "no": 0.089744  }}
{  "error": "string",  "detail": "string"}
{  "error": "string",  "detail": "string"}