Created
March 6, 2022 16:42
-
-
Save haxpor/d304063027ed6c5342a71e688f29fc5a to your computer and use it in GitHub Desktop.
Processed with jq for json data returned from liquidation websocket of bybit - dev purpose
This file contains hidden or 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
{ | |
"topic": "liquidation.BTCUSD", | |
"data": { | |
"symbol": "BTCUSD", | |
"side": "Buy", | |
"price": "38931.50", | |
"qty": "50000", | |
"time": 1646584807379 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment