add kline subscription request json

This commit is contained in:
c9s 2022-04-13 13:24:46 +08:00
parent 6c408fb209
commit ec6a94e485

View File

@ -0,0 +1,10 @@
{
"subscriptions": [
{
"exchange": "kucoin",
"symbol": "BTCUSDT",
"channel": "KLINE",
"interval": "1m"
}
]
}