-
-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TRADE_LITE for USD-M Futures websocket
https://www.binance.com/en/support/announcement/introducing-trade-lite-for-usd%E2%93%A2-m-futures-websocket-2024-09-03-f2809259702b46f7abdc9c97b977908f https://developers.binance.com/docs/derivatives/usds-margined-futures/user-data-streams/Event-Trade-Lite
- Loading branch information
1 parent
504604b
commit c139408
Showing
7 changed files
with
180 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
Binance.Net.UnitTests/Subscriptions/UsdFutures/TradeUpdate.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
> { "method": "SUBSCRIBE", "params": [ "123" ], "id": "|1|" } | ||
< { "result": null, "id": |1| } | ||
= | ||
{ | ||
"stream": "123", | ||
"data": | ||
{ | ||
"e":"TRADE_LITE", | ||
"E":1721895408092, | ||
"T":1721895408214, | ||
"s":"BTCUSDT", | ||
"q":"0.001", | ||
"p":"0", | ||
"m":false, | ||
"c":"z8hcUoOsqEdKMeKPSABslD", | ||
"S":"BUY", | ||
"L":"64089.20", | ||
"l":"0.040", | ||
"t":109100866, | ||
"i":8886774 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.