Closed satwikkansal closed 2 months ago
On drift the fill happens in a separate transaction, which you might have missed if you were not listening on the websocket channel as the fill happened.
Currently the only way to look up the fill tx is through the UI (https://app.drift.trade/overview/history/tradeHistory), if use that tx sig in v2/transactionEvent
it should show the fill events
oh okay, so no way to find fills for an orderID through REST API?
correct, not at the moment
I posted an order, it was being retrieved through
v2/orders
API until it got filled, after which the endpoint returns empty array (as expected).However, the
v2/transactionEvent
doesn't contain the fill event for the order, onlycreateOrder
event.the documentation specifies that there should be a fill event, is there something I'm missing?