Lightweight endpoint designed for market makers. Returns order-related events only:
order-created, order-canceled, and trade.
Events are sorted by blockTimestamp in descending order.
Timestamp validation:
fromTimestamp and toTimestamp must be non-negative integersfromTimestamp must be strictly less than toTimestampCache behavior:
Base-denomination convention:
baseDeposited, baseFilled, basePositionValue) are always expressed in base token terms, regardless of isBuyEthereum address of the user (case-insensitive)
"0xabc123..."
Number of events to return
x >= 150
Number of events to skip
x >= 00
Filter to a specific market contract address
"0x111..."
Unix epoch in seconds; include events at or after this time
x >= 01706400000
Unix epoch in seconds; include events at or before this time
x >= 01706486400
Filter to a single event type
order-created, order-canceled, trade "trade"
Successful response