Skip to main content
GET
/
v1
/
spread
Get Spread
curl --request GET \
  --url https://api.polysimulator.com/v1/spread
{
  "spread": "<string>",
  "bid": "<string>",
  "ask": "<string>"
}

Query Parameters

token_id
string
required

CLOB outcome token ID

Response

Successful Response

spread
string
required
bid
string | null
ask
string | null