mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add kline subscription request json
This commit is contained in:
parent
6c408fb209
commit
ec6a94e485
10
evans/marketDataService/subscribe_kline.json
Normal file
10
evans/marketDataService/subscribe_kline.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"subscriptions": [
|
||||||
|
{
|
||||||
|
"exchange": "kucoin",
|
||||||
|
"symbol": "BTCUSDT",
|
||||||
|
"channel": "KLINE",
|
||||||
|
"interval": "1m"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user