Kucoin Futures

Kucoin Crypto Exchange

Go to site
Explore
/
Apps
/
Kucoin Futures

Kucoin Futures API Integrations

Build and run workflows using the Kucoin Futures API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The Kucoin Futures API allows developers to programmatically access Kucoin's futures trading functionality. Using the API, developers can create applications that can trade futures contracts on Kucoin's platform.

Here are some examples of what you can build using the Kucoin Futures API:

  • A futures trading bot that automatically trades contracts on Kucoin's platform
  • A mobile app that lets users trade futures contracts on Kucoin
  • A web app that shows real-time data for Kucoin's futures markets
  • A trading platform that integrated with Kucoin's API to allow for trading futures contracts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    kucoin_futures: {
      type: "app",
      app: "kucoin_futures",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api-futures.kucoin.com/api/v1/timestamp`,
      headers: {
        "api_key": `${this.kucoin_futures.$auth.api_key}`,
        "secret_key": `${this.kucoin_futures.$auth.secret_key}`,
        "passphrase": `${this.kucoin_futures.$auth.passphrase}`,
      },
    })
  },
})
Kucoin Futures Generic API Call with Kucoin Futures API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Kucoin Futures
 
Try it
Kucoin Futures Generic API Call with Kucoin Futures API on New Item in Feed from RSS API
RSS + Kucoin Futures
 
Try it
Kucoin Futures Generic API Call with Kucoin Futures API on New Submission from Typeform API
Typeform + Kucoin Futures
 
Try it
Kucoin Futures Generic API Call with Kucoin Futures API on Custom Events from Zoom API
Zoom + Kucoin Futures
 
Try it
Kucoin Futures Generic API Call with Kucoin Futures API on New Submission (Instant) from Jotform API
Jotform + Kucoin Futures
 
Try it
Kucoin Futures Generic API Call with the Kucoin Futures API

Make any API call for Kucoin Futures as per the documentation.See docs here

 
Try it

Authentication

Kucoin Futures uses API keys for authentication. When you connect your Kucoin Futures account, Pipedream securely stores the keys so you can easily authenticate to Kucoin Futures APIs in both code and no-code steps.

To connect your Kucoin Futures account to Pipedream,

  • Sign in to Kucoin
  • Navigate to "API Management" > "Futures API"
  • Select "Create API" and enter the required credentials