By Admin on Thursday, 17 February 2022
Category: All

Delphi Kucoin API Client

​From sgcWebSockets 2022.3.0, Kucoin API is supported. Currently the following APIs are implemented:


How Connect and Subscribe to WebSocket Feed

In order to connect to Kucoin WebSocket API, just create a new Kucoin API client and attach to TsgcWebSocketClient.

See below an example:

​Kucoin offers a variety of channels where you can subscribe to get real-time updates of market data, orders... Find below a sample of how subscribe to a Ticker:

How Place New Orders 

Kucoin allows to trade with spot using his REST API.

First you must create an API Key in your Kucoin account and add privileges to trading with Spot.

Once this is done, you can start spot trading.

First, set your ApiKey, ApiSecret and Passphrase in the Kucoin Client Component, this will be used to sign the requests sent to Kucoin server.

Related Posts