feature: get trades of order API
Closed this issue · 3 comments
lispc commented
https://www.reddit.com/r/BinanceExchange/comments/e7kzht/binance_api_get_order_trades/
req: /{market}/{order_id}
resp: {trades: [{ time, amount, price, quote_amount, fee} ]}
Use the trade history table
noel2004 commented
Should the "volume" field is the accumulated amount of trades?
0xmountaintop commented
seems both of them are just for 1 trade @lispc? amount in BASE and volume in QUOTE
lispc commented
changed to quote_amount