mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
26 lines
359 B
JSON
26 lines
359 B
JSON
{
|
|
"channel": "orderbook",
|
|
"market": "BTC/USDT",
|
|
"type": "update",
|
|
"data": {
|
|
"time": 1614737706.650016,
|
|
"checksum": 3976343467,
|
|
"bids": [
|
|
[
|
|
48763.0,
|
|
0.5001
|
|
]
|
|
],
|
|
"asks": [
|
|
[
|
|
48826.0,
|
|
0.3385
|
|
],
|
|
[
|
|
48929.0,
|
|
26.8713
|
|
]
|
|
],
|
|
"action": "update"
|
|
}
|
|
} |