Skip to main content
GET
/
prices
/
stream
Stream Prices
curl --request GET \
  --url https://staging-api.polysimulator.com/prices/stream
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

condition_ids
string | null

Comma-separated condition IDs to filter

crypto
string | null

Comma-separated crypto symbols (BTC,ETH,SOL,XRP)

Response

Successful Response