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
Just a point of clarification: the party filter is currently implemented as finding trades with said parties both as buyer and seller, do we want to keep that as is, replace with distinct buyer/seller fields, or support both (e.g.: find all trades involving party X -> use parties, find all trades where party X was the buyer -> user buyer).
Request
Currently trades API only allows filtering by market, party, order, and datetime range.
We shoudl add filters for:
This would allow the Console to find closeout trades by filtering on
TYPE_NETWORK_CLOSE_OUT_BAD
and buyer = "network".I added the other filters because while we're in here it makes sense to add these so we have more options in future.
The text was updated successfully, but these errors were encountered: