Synthetic spread
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/spread"{ "marketId": "string", "side": "yes", "spread": 0, "bestBid": 0, "bestAsk": 0, "synthetic": true}