Daejin Developers

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": "string",  "side": "yes",  "price": 0,  "prices": {    "yes": 0,    "no": 0  }}