列出交易
Keyset-paginated trade feed in the standard
{ data, pagination } envelope.
Pass ?cursor= from a prior response’s next_cursor to fetch the next page;
it carries both the page size and the (block_timestamp, sequence_id) seek
anchor, so deep pages cost the same as shallow ones.
A malformed condition id is a 400 naming the value; a
well-formed one that matches nothing serves an empty data array, which
is the meaningful zero-state; absence means the market is not servable,
and only that.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
查询参数
Address to filter by; omit for the market/event/global feed.
First-page size. Ignored when cursor is supplied (the cursor's size wins).
0 <= x <= 1000Opaque pagination cursor from a prior response's next_cursor.
Defaults to true: each fill is served once, on its taker side.
false includes the maker rows too.
CASH or TOKENS; defaults to TOKENS.
Minimum trade size; defaults to 0.01, and 0 means the same.
Window start on block_timestamp, epoch seconds (inclusive); honored
on the user shape only. Omitted or 0 floors to three years back;
start=1 asks for full history. The condition/event_id shapes
serve a fixed three-year window and the bare feed the rolling
current-plus-previous month, ignoring both bounds.
Window end, epoch seconds (inclusive); honored on the user shape
only; omitted or 0 means now plus one day.
Condition id(s), comma-separated (at most 20 distinct values).
condition_id / conditionId are accepted aliases.
Event id(s), comma-separated.
BUY or SELL.