BingX

Connect with Elite Traders, Discover Smarter Investing

Integrate the BingX API with the Schedule API

Setup the BingX API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate BingX and Schedule remarkably fast. Free for developers.

BingX Account GetBalance with BingX API on Custom Interval from Schedule API
Schedule + BingX
 
Try it
BingX Account GetBalance with BingX API on Daily schedule from Schedule API
Schedule + BingX
 
Try it
BingX Account GetBalance with BingX API on Monthly Schedule from Schedule API
Schedule + BingX
 
Try it
BingX Account GetBalance with BingX API on Weekly schedule from Schedule API
Schedule + BingX
 
Try it
BingX Account GetPositions with BingX API on Custom Interval from Schedule API
Schedule + BingX
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

 
Try it
BingX Account Get Balance with the BingX API

Get Perpetual Swap Account Asset Information See the documentation.

 
Try it
BingX Account Get Positions with the BingX API

Perpetual Swap Positions See the documentation.

 
Try it
BingX Custom Bracket Order with the BingX API

Place bracket order. See the documentation

 
Try it
BingX Custom Calculate Leveraged Position with the BingX API

Calculate leveraged position based on entry, stop price and account balance

 
Try it
BingX Generic API Call with the BingX API

Make any API call for Bingx Futures as per the documentation. See the documentation

 
Try it

Overview of BingX

The BingX API offers a digital asset trading platform that enables users to perform crypto trades, access market data, and manage their portfolio. By leveraging this API on Pipedream, you can automate your cryptocurrency trading strategies, synchronize your trading data with other financial tools, and create real-time alerts based on market conditions.

Connect BingX

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { axios } from '@pipedream/platform';

export default defineComponent({
  props: {
    bingx: {
      type: "app",
      app: "bingx",
    }
  },
  async run({steps, $}) {
    // Requires a dynamic signature generated for each request at runtime.
    // please see conversation here: https://github.com/PipedreamHQ/pipedream/issues/4363
  },
})

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.