Yes sure. This is an order I executed recently:
I bought 30 USDT worth of ADA.
What I see in the Exchange: 22.89060031 ADA
Response from the new order API:
{
"symbol": "ADAUSDT",
"orderId": 2826806603,
"orderListId": -1,
"clientOrderId": "xZrj6y3r6go0VGT5ImjCQe",
"transactTime": 1642282380680,
"price": "0.00000000",
"origQty": "22.90000000",
"executedQty": "22.90000000",
"cummulativeQuoteQty": "29.97610000",
"status": "FILLED",
"timeInForce": "GTC",
"type": "MARKET",
"side": "BUY",
"fills": [
{
"price": "1.30900000",
"qty": "22.90000000",
"commission": "0.02290000",
"commissionAsset": "ADA",
"tradeId": 340890612
}
]
}
Execution report stream received:
{
"stream": "xxx",
"data": {
"e": "executionReport",
"E": 1642282380681,
"s": "ADAUSDT",
"c": "xZrj6y3r6go0VGT5ImjCQe",
"S": "BUY",
"o": "MARKET",
"f": "GTC",
"q": "22.90000000",
"p": "0.00000000",
"P": "0.00000000",
"F": "0.00000000",
"g": -1,
"C": "",
"x": "TRADE",
"X": "FILLED",
"r": "NONE",
"i": 2826806603,
"l": "22.90000000",
"z": "22.90000000",
"L": "1.30900000",
"n": "0.02290000",
"N": "ADA",
"T": 1642282380680,
"t": 340890612,
"I": 5979285218,
"w": false,
"m": false,
"M": true,
"O": 1642282380680,
"Z": "29.97610000",
"Y": "29.97610000",
"Q": "30.00000000"
}
}