- Home
- Resources
- Integrations
- Binance
Binance Make integrationAutomate Binance with Make.
Can Make place, cancel and track your Binance orders for you? The Binance Make integration gives you 16 modules: 8 actions and 8 searches, no trigger. This guide is for traders and ops people who want market data and orders inside a scenario, and it walks you to a working first run.
Verified Trustpilot reviews · AI, automation & growth agency
What can you automate with the Binance Make integration?
The Binance Make integration links your Binance account to Make, a visual tool where you build a scenario: an automation made of modules, each module being one brick that reads or acts on one app. Once linked, Make can read prices and trade history, place orders and cancel them, all without writing code.
Keep a trade journal that fills itself. List Account Trades returns every trade on a pair for your account, and each trade becomes a bundle (one item passed to the next module) that you can send to a spreadsheet or a database. For a base to store it, the Airtable Make integration is a common pick.
Turn an outside signal into an order. A form, a sheet row or an alert from another app starts the scenario, Get Current Average Price checks the market, and New Order (Trade) sends the order. New OCO (Trade) does the same for an OCO pair of orders.
Clean up the order book when plans change. List Current Open Orders shows what is still waiting on a symbol, Cancel Order removes one, and Cancel All Open Orders On a Symbol clears the whole pair, OCO orders included.
What the integration does not do: Binance has no trigger in Make, so nothing starts on its own when a trade fills. You run the scenario on a schedule or from another app. There is also no Make an API Call module for Binance. Make's own documentation for this app says it was written by AI from Binance's docs, so double check anything that moves money.
Wondering whether n8n fits better? The n8n vs Make comparison sets the criteria side by side, and Make pricing explains how operations are counted.
How do you connect Binance to Make?
- 01
Create an API key in Binance
In your Binance account settings, open the API management section and click the button that creates a new API key. Give it a label you will recognize later, click Create, then copy the API key and the Client secret shown on screen.
- 02
Add a Binance module in Make
Log in to Make, open your scenario and add any Binance module. Click Create a connection. A connection is your Binance account linked to Make once, then reused by every Binance module you add.
- 03
Paste your credentials and save
Type a name in Connection name if you run several accounts, it is optional. Paste the API key and the Client secret you copied, or follow the instructions Make shows on screen, and confirm to save the connection.
Your first scenario: place a Binance order from an outside signal
GoalWhen another app sends a buy signal, Make reads the average price on Binance and places the order.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big +. Pick the app that carries your signal, a form tool or a spreadsheet for example, and choose its trigger module.
- 02
Read the market price
Click the + on the right of that module, search for Binance and pick Get Current Average Price. Click Create a connection, paste your API key and secret, then choose the trading pair.
- 03
Add the order
Add New Order (Trade) after it. Fill its fields and map values from the earlier modules, such as the pair from your signal and the price Binance just returned, by clicking them in the panel.
- 04
Test with Run once
Click Run once to execute the scenario one time and open each module's bubble to read the bundles it received. Careful: this test sends a real order to your account, so start with a small amount.
- 05
Schedule and switch on
Set the schedule on the first module with the clock, every 15 minutes by default, then switch the scenario on. Each module run on one bundle is an operation, the unit Make counts on your plan.
What can the Binance modules do in Make?
Binance gives you 16 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Cancel OCO (Trade)
- Cancel Order
- Get Candlestick Data (Kline)
- Get Current Average Price
- Get Exchange Info
- Get Symbol Ticker Price
- New OCO (Trade)
- New Order (Trade)
- Cancel All Open Orders On a Symbol
- Get / Query OCO
- Get Symbol Order Book Ticker
- List Account Trades
- List Current Open Orders
- List Older Trades
- List Recent Trades
- Search Orders
Cancel OCO (Trade)
ActionIn Make“Cancels an entire Order List.”
With this module you pull an entire OCO order list off the book in one move, both legs at once, instead of chasing each order separately.
Cancel Order
ActionIn Make“Cancels order by ID or CliendID.”
You get one specific order removed from Binance, identified by its order ID or by the client ID you gave it when you placed it.
Get Candlestick Data (Kline)
ActionIn Make“Retrieves candlestick data from Binance.”
This one hands you candlestick (kline) data for a pair, the candle history that price charts are drawn from, ready to store or analyze outside Binance.
Get Current Average Price
ActionIn Make“Retrieves current average price of trading pair.”
You receive the current average price of a trading pair, a single figure that is easier to reason with than the last trade, which can jump around.
Get Exchange Info
ActionIn Make“Retrieves exchange information from Binance.”
Here you read the exchange information Binance publishes, the reference data about the market itself rather than about your account.
Get Symbol Ticker Price
ActionIn Make“Retrieves 24hr ticker price change statistics.”
What you get is the 24-hour price change statistics for a symbol, a quick read on how the pair moved over the last day.
New OCO (Trade)
ActionIn Make“Sends in a new OCO.”
This module sends a new OCO to Binance: a pair of linked orders where one filling cancels the other, handy for a take profit and a stop placed together.
New Order (Trade)
ActionIn Make“Sends in a new order.”
You place a new order on your Binance account straight from a scenario, using values mapped from earlier modules instead of typing them in the app.
Cancel All Open Orders On a Symbol
SearchIn Make“Cancels all active orders on a symbol. Includes OCO orders.”
One call clears every active order on a symbol, OCO orders included, which saves you from looping over them with Cancel Order.
Get / Query OCO
SearchIn Make“Retrieves a specific OCO based on provided optional parameters.”
You look up one specific OCO and read where it stands, based on the optional parameters you fill in, without scrolling through the Binance interface.
Get Symbol Order Book Ticker
SearchIn Make“Retrieves best price / quantity on the order book for a pair.”
You get the best price and quantity currently on the order book for a pair, the closest thing to where a new order would meet the market.
List Account Trades
SearchIn Make“Lists trades for a specfic account and symbol.”
Your own trades on a symbol come back as a list, one bundle per trade, ready to feed an accounting sheet or a trade journal.
List Current Open Orders
SearchIn Make“Retrieves all open orders in a symbol.”
You see every order still open on a symbol, each one as its own bundle that later modules can read, filter or cancel.
List Older Trades
SearchIn Make“Gets history trades from Binance.”
You reach further back in the market's trade history on a pair, the trades everyone made, not only yours.
List Recent Trades
SearchIn Make“Gets recent trades list.”
This returns the latest market trades on a pair, a snapshot of what just changed hands on Binance across all participants.
Search Orders
SearchIn Make“Retrieves all account orders; active, cancelled, or filled.”
You pull all your account orders on a pair, whether they are active, cancelled or filled, in a single search.
Need help automating Binance with Make?
A person reads every message.