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
[6] ORDER_TYPE string The order's type (e.g. 'EXCHANGE MARKET')
[ . . . ]
[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)
Path Params
string
required
Defaults to tETHUSD

The trading pair symbol for which to retrieve order trades (e.g. tBTCUSD, tETHUSD, ...).

int64
required

The ID of the order for which to retrieve order trades.

Body Params
json
Defaults to {}
Response

Language
LoadingLoading…
Response
Choose an example:
application/json