Skip to content

Commit e5f5212

Browse files
authored
Update rest-api.md
1 parent 2209ed1 commit e5f5212

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

rest-api.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,31 +1064,32 @@ Matching Engine
10641064
"price": "4000.00000000",
10651065
"qty": "1.00000000",
10661066
"commission": "4.00000000",
1067-
"commissionAsset": "USDT"
1067+
"commissionAsset": "USDT",
1068+
"tradeId": 56
10681069
},
10691070
{
10701071
"price": "3999.00000000",
10711072
"qty": "5.00000000",
10721073
"commission": "19.99500000",
1073-
"commissionAsset": "USDT"
1074+
"tradeId": 57
10741075
},
10751076
{
10761077
"price": "3998.00000000",
10771078
"qty": "2.00000000",
10781079
"commission": "7.99600000",
1079-
"commissionAsset": "USDT"
1080+
"tradeId": 58
10801081
},
10811082
{
10821083
"price": "3997.00000000",
10831084
"qty": "1.00000000",
10841085
"commission": "3.99700000",
1085-
"commissionAsset": "USDT"
1086+
"tradeId": 59
10861087
},
10871088
{
10881089
"price": "3995.00000000",
10891090
"qty": "1.00000000",
10901091
"commission": "3.99500000",
1091-
"commissionAsset": "USDT"
1092+
"tradeId": 60
10921093
}
10931094
]
10941095
}

0 commit comments

Comments
 (0)