获取市场未平仓量
Priced gross open interest per market.
Pass ?condition= as a comma-separated list of condition ids (aliases condition_id / conditionId, matching the feeds); omit it for the single
global figure (condition_id = "GLOBAL", still a one-element array).
Every requested id that resolves to a servable market (indexed, active,
not archived; any id family) returns a row, with value: 0 when
nothing is held; an id absent from data did not resolve to a servable
market. A malformed id is a 400 naming the value, so absence carries that
one meaning and nothing else. Unlike the feeds this is not paginated;
data is the row array with no pagination.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
查询参数
Condition id(s), comma-separated (at most 20 distinct values).
condition is the unified key across v2 (same as the feeds);
condition_id / conditionId are accepted aliases. Omit for global
open interest.
响应
Open interest per requested market, or the global figure
{ "data": T }; the envelope for endpoints that don't paginate.
There is no pagination key: an aggregate or bounded list has no next page.
Paginated feeds return a *Page shape ({ data, pagination }) instead.