KuCoin Data Source
The KuCoin Crypto Exchange can be added as a data source to Pulse.
Adding KuCoin
Plain KuCoin calls the REST API, while KuCoin_Streaming uses websockets, both are documented separately below.
If you want to use the REST API, make sure both BABELDB and KuCoin are added as data sources.
KuCoin REST API
Querying SYMBOLS:KUCOIN
You can now query any symbols:kucoin to access that kucoin data set. Simply
- Ensure you have selected the BABELDB data source.
- Run the query
BTC-USDT_OHLC:KUCOIN
- Select chart type Candle
To see what all symbols are available run the query SYMBOLS:KUCOIN
Searching for kucoin data
You can either search within Pulse using Ctrl+K or clicking on the search icon:
KuCoin Streaming API
To display streaming data.
- Select the KUCOIN_STREAMING data source.
- Specify a streaming query that matches the KuCoin API
{"type": "subscribe","topic":"/market/ticker:BTC-USDT"}
- Set client appending to 100 rows Top for display in a table. Streaming data only sends the latest results, so we need to tell Pulse how many we want to keep in the client.