File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -567,16 +567,18 @@ It is an API for accessing all the available trading pairs and their trading par
567567
568568| Field| Description|
569569| -----| -----|
570- | averagePrice| average price for the filled orders; 0 for the unfilled orders|
570+ | id| Order ID|
571+ | userid| User ID|
572+ | order_number| order sn number|
571573| market| Trading pair, e.g.btc_usdt|
572- | createDate| Timestamp upon the placement of the order|
573- | filledVolume| the volume of the filled orders|
574- | funds| the amount of the filled|
575- | orderId| Order ID|
574+ | market_type| ignore this field currently. keep for future.|
575+ | type| maker side(1: buy , 2: sell )|
576576| price| Price set for the order|
577- | side| Order direction|
577+ | num| Volume of coins in the order placed|
578+ | deal| deal volume of the order|
579+ | mum| total amount|
580+ | addtime| create time for the order|
578581| status| Order Status|
579- | volume| Volume of coins in the order placed|
580582
581583** Request Paramters**
582584
You can’t perform that action at this time.
0 commit comments