Skip to content

Instantly share code, notes, and snippets.

@haxpor
Created March 6, 2022 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haxpor/d304063027ed6c5342a71e688f29fc5a to your computer and use it in GitHub Desktop.
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
{
"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