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.

Add KuCoin Data Connection

KuCoin REST API

Querying SYMBOLS:KUCOIN

You can now query any symbols:kucoin to access that kucoin data set. Simply

  1. Ensure you have selected the BABELDB data source.
  2. Run the query BTC-USDT_OHLC:KUCOIN
  3. Select chart type Candle

To see what all symbols are available run the query SYMBOLS:KUCOIN

Querying kucoin OHLC

KuCoin REST API Demo

Run on PulseUI.net

Searching for kucoin data

You can either search within Pulse using Ctrl+K or clicking on the search icon:

Find kuCoin Data

KuCoin Streaming API

Kucoin Stream Dashboard

To display streaming data.

  1. Select the KUCOIN_STREAMING data source.
  2. Specify a streaming query that matches the KuCoin API
    {"type": "subscribe","topic":"/market/ticker:BTC-USDT"}
  3. 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.