Parameters
Native market identifier. Kalshi: ticker. Polymarket: condition ID.
Returns
Total outstanding contracts across both sides of the market.
Kalshi reads
open_interest_fp from the market summary endpoint.
Polymarket uses Data API GET /oi?market={condition_id} and returns an
explicit error when the Data-API miss has no value, rather than silently
returning 0.
