post https://api.bitfinex.com/v2/auth/r/order/Symbol:OrderId/trades
Get Trades generated by an Order. Valid for trades upto 10 days old.
Fields
Term | Type | Description |
---|---|---|
ID | integer | Trade database id |
PAIR | string | Pair (tBTCUSD, …) |
MTS_CREATE | integer | Execution timestamp |
ORDER_ID | integer | Order id |
EXEC_AMOUNT | float | Positive means buy, negative means sell |
EXEC_PRICE | float | Execution price |
MAKER | integer | 1 if true, -1 if false |
FEE | float | Fee |
FEE_CURRENCY | string | Fee currency |
CID | integer | Client Order ID |
Ratelimit: 90 req/min
Valid for trades upto 10 days old.
If the order has no trades, or the trades are > 10 days old, then an empty response will be returned.