Kucoin API - Source Code
Kucoin is a Hong Kong-based cryptocurrency exchange marketplace for Bitcoin and other digital assets. The Kucoin API allows you to build applications that connect to the Kucoin trading platform. Use standard HTTPS for all your API requests. You also have to specify the parameters of the format to x-www-form-urlencoded in your POST calls.

- Versions
- SDKs (26)
- Articles (1)
- How To(0)
- Source Code(17)
- Libraries(0)
- Developers (0)
- Followers (22)
- Changelog (44)
Sample Source Code (17)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | KuCoin Timestamp PHP Sample Code | The KuCoin Timestamp PHP Sample Code allows setting a base URL to a default "https://api.kucoin.com" for the production environment. Requirements include PHP 7.1+ and Swoole 2.1.2+ |
![]() | KuCoin Accounts Go Sample Code | The KuCoin Accounts Go Sample Code demonstrates how to access the API to implement accounts. It includes how to accept a user message and stop subscribing to the WebSocket feed. |
![]() | KuCoin Order PHP Sample Code | The KuCoin Order PHP Sample Code demonstrates how to access the API by setting the base URI to default as "https://api.kucoin.com" for production environment. Sandbox also available. |
![]() | KuCoin Benchmark PHP Sample Code | The KuCoin Benchmark PHP Sample Code demonstrates how to access the API to implement cryptocurrency-related benchmarks. |
![]() | KuCoin Currencies Java Sample Code | The KuCoin Currencies Java Sample Code demonstrates how to access the API to implement currencies. Resources include currency details and flat prices. |
![]() | KuCoin Symbols and Tickers Java Sample Code | The KuCoin Symbols and Tickers Java Sample Code demonstrates how to access the API to implement tickers, symbols, 24 hour stats, and market lists. |
![]() | KuCoin Orders Java Sample Code | The KuCoin Orders Java Sample Code demonstrates how to access orders that include(symbol, side, type, status, startAt, endAt, pageNo, and pageSize. |
![]() | KuCoin Trade Java Sample Code | The KuCoin Trade Java Sample Code demonstrates how to build a client to initiate trades. Environments include production and sandbox. |
![]() | KuCoin Withdrawal Java Sample Code | The KuCoin Withdrawal Java Sample Code demonstrates how to implement withdrawal methods into applications. Resources include currency, status, startAt, endAt, pageNo, and pageSize. |
![]() | KuCoin Deposits Java Sample Code | The KuCoin Deposits Java Sample Code demonstrates how to implement deposits into applications. Use e the public web socket client or REST client public method and ignore withApiKey method. To customize an API implementation, use the with*API method provided. |
![]() | KuCoin Accounts Java Sample Code | The KuCoin Accounts Java Sample Code demonstrates how to build a client to implement accounts into applications. Use withBaseUrl method to change an environment. |
![]() | KuCoin Time Python Sample Code | The KuCoin Time Python Sample Code demonstrates how to implement REST endpoints, authenticate, and handle exceptions. |
![]() | KuCoin Time Go Sample Code | The KuCoin Time Go Sample Code demonstrates how to implement accounts, orders, and currencies into cryptocurrency applications. |
![]() | KuCoin Time PHP Sample Code | The KuCoin Time PHP Sample Code demonstrates how to set the URI base to access the production environment. |
![]() | KuCoin Account PHP Sample Code | The KuCoin Account PHP Sample Code demonstrates how to implement accounts into applications. Developers can set up the URI base to access the production environment. |
![]() | KuCoin Java Sample Code | The KuCoin Java Sample Code demonstrates how to access the API. Usage shows installation and a REST API example to implement accounts, deposits, withdrawals, and trades. |
![]() | Crypto Exchanges VB Sample Code by Koen Rijnsent | The Crypto Exchanges VB Sample Code by Koen Rijnsent demonstrates how to connect to crypto exchanges through their APIs using VBA. |