Recent completed trades for a single trading pair, grouped into buy and sell sides.
Documentation Index
Fetch the complete documentation index at: https://docs.binibit.com/llms.txt
Use this file to discover all available pages before exploring further.
buy and sell arrays.
Convention — type reflects the taker side:
buy trades are those where the ask was removed from the order book (the taker bought into a resting ask).sell trades are those where the bid was removed from the order book (the taker sold into a resting bid).{base}_{target} format, e.g. TRX_USDT.buy — only return trades in the buy arraysell — only return trades in the sell array0, 100, 200, 5000 returns the maximum available historytrade_timestamp, Unix epoch in milliseconds.trade_timestamp, Unix epoch in milliseconds.price * base_volume."buy" or "sell" — matches the array the trade appears in.trade_timestamp descending (most recent first).trade_id is unique within a pair, but is not guaranteed to be globally unique across pairs.| Code | Cause |
|---|---|
400 INVALID_PARAM | ticker_id missing, or limit/type invalid, or start_time > end_time. |
404 NOT_FOUND | The ticker_id is not a valid trading pair. |