You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
ANTON
authored and
ANTON
committed
Add dex parameter to user_fills, user_fills_by_time, meta_and_asset_ctxs
These three Info methods were the last holdouts without a dex parameter
for HIP-3 builder-deployed perp dexes, while user_state, open_orders,
all_mids, and meta already support it. Defaults to "" (the first/main
dex) so existing callers are unaffected.
Closes#278, #287
end_time (Optional[int]): Unix timestamp in milliseconds
242
249
aggregate_by_time (Optional[bool]): When true, partial fills are combined when a crossing order gets filled by multiple different resting orders. Resting orders filled by multiple crossing orders will not be aggregated.
250
+
dex (str): Perp dex name for HIP-3 builder-deployed perps. Defaults to "",
0 commit comments