Skip to content

Commit

Permalink
add kline subscription request json
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Apr 13, 2022
1 parent 6c408fb commit ec6a94e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions evans/marketDataService/subscribe_kline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"subscriptions": [
{
"exchange": "kucoin",
"symbol": "BTCUSDT",
"channel": "KLINE",
"interval": "1m"
}
]
}

0 comments on commit ec6a94e

Please sign in to comment.