post https://api.bitfinex.com/v2/auth/r/order/:/trades
Get Trades generated by an Order. Valid for trades upto 10 days old.
Request Fields
Index | Field | Type | Description |
---|---|---|---|
[0] | ID | int | Trade database id |
[1] | SYMBOL | string | Symbol (BTCUSD, …) |
[2] | MTS | int | Execution timestamp |
[3] | ORDER_ID | int | Order id |
[4] | EXEC_AMOUNT | float | Positive means buy, negative means sell |
[5] | EXEC_PRICE | float | Execution price |
[ . . . ]
|
|||
[8] | MAKER | int | 1 if true, -1 if false |
[9] | FEE | float | Fee |
[10] | FEE_CURRENCY | string | Fee currency |
[11] | CID | string | Client Order ID |
Rate Limit: | 90 reqs/min (requests per minute) |