Binance
The Binance modules allow you to list account traders, orders, retrieve, and cancel the account information, exchange information, orders, and OCO orders from your Binance account.
Getting Started with Binance
Prerequisites
A Binance account - create an account at binance.com/en.
The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!
Connecting Binance to Make
To connect your Binance account to Make you need to obtain the API key and Secret API Key from your Binance account and insert it in the Create a connection dialog in the Make module.
Log in to your Binance account.
Click Settings.
Click API Tokens.
Click New token
In the Name field, enter a name for the token and click Create.
Copy the API Token to your clipboard.
Log in to your Make account, add a module from the Binance app into an Make scenario.
Click Add next to the Connection field.
In the Connection name field, enter a name for the connection.
In the API Key field, enter the token details copied in step 6 and click Continue.
The connection has been established.
Account Information
List trades for a specific account and symbol.
Connection | |
Symbol | Select or map the symbol whose trades you want to list. |
Order From ID | Select or map the Order From ID whose trades you want to list. |
Start Time | Enter (map) a start time to search the trades. |
End Time | Enter (map) an end time to search the trades. |
Limit | Set the maximum number of trades Make should return during one execution cycle. Note that the default limit is 10 and it should be less than 1000. |
Retrieves all open orders in a symbol.
Connection | |
Symbol | Select or map the symbol trades you want to list current open trades. |
Limit | Set the maximum number of trades Make should return during one execution cycle. Note that the default limit is 10. |
Retrieves all account orders; active, canceled, or filled.
Connection | |
Symbol | Select or map the symbol whose orders you want to search. |
Order From ID | Select or map the Order From ID trades you want to search. Note: If Order ID is set, it will get orders of that Order ID. Otherwise, most recent orders are returned. |
Start Time | Enter (map) a start time to search the orders. Note: If Start Time and/or End Time are provided, the Order ID is not required. |
End Time | Enter (map) an end time to search the orders. Note: If Start Time and/or End Time are provided, the Order ID is not required. |
Limit | Set the maximum number of trades Make should return during one execution cycle. Note that the default limit is 10 and it should be less than 1000. |
Exchange Information
Retrieves exchange information from the Binance.
Connection | |
Trade Pairs | Select or map the trade pairs to retrieve the exchange Information. |
Retrieves 24hr ticker price change statistics.
Connection | |
Symbol | Select or map the trading symbol to retrieve the ticker price. |
Retrieves candlestick data from Binance.
Connection | |||||||||||||||||||||||||||||||||
Symbol | Select or map the trading symbol to retrieve the candlestick data (Kline). | ||||||||||||||||||||||||||||||||
Interval | Select or map the time interval to retrieve the candlestick data (Kline):
| ||||||||||||||||||||||||||||||||
Start Time | Enter (map) a start time to retrieve the candlestick data. | ||||||||||||||||||||||||||||||||
End Time | Enter (map) an end time to retrieve the candlestick data. |
Retrieves current average price of trading pair.
Connection | |
Symbol | Select or map the trading symbol to retrieve the current average price. |
Retrieves the best price/ quantity on the order book for a pair.
Connection | |
Symbol | Select or map the trading symbol to retrieve the symbol order book ticker. |
Gets history trades from Binance.
Connection | |
Symbol | Select or map the trading symbol to retrieve the recent trades list. |
Number of Trades | Enter (map) a maximum number of trades Make should return during one execution cycle. Note that the default limit is 10 and it should be less than 1000. |
Gets history trades from Binance.
Connection | |
Symbol | Select or map the trading symbol to retrieve the older trades list. |
Order From ID | Select or map the Order From ID to retrieve the older trades list. |
Limit | Set the maximum number of trades Make should return during one execution cycle. Note that the default limit is 10 and it should be less than 1000. |
Orders
Sends in a new order.
Connection | |||||||||
Symbol | Select or map the trading symbol to send a new order. | ||||||||
Side | Select the side of order:
| ||||||||
Order Type | Select the type of the order:
| ||||||||
Limit |
| ||||||||
Market |
| ||||||||
Stop Loss |
| ||||||||
Stop Loss (Limit) |
| ||||||||
Take Profit |
| ||||||||
Take Profit (Limit) |
| ||||||||
Limit Maker |
|
Cancels order by ID or ClientID.
Connection | |
Symbol | Select or map the trading symbol to cancel an order. |
Cancel by | Select the method of canceling the order:
|
Order ID | Select or map the Order ID to cancel the order. |
Orig Client Order ID | Select or map the Orig Client Order ID to cancel the order. |
Cancels all active orders on a symbol. Includes OCO orders.
Connection | |
Symbol | Select or map the trading symbol to cancel all open orders on the symbol. |
Retrieves all open orders in a symbol.
Connection | |
Symbol | Select or map the trading symbol to retrieve all open orders in a symbol. |
Limit | Set the maximum number of orders Make should return during one execution cycle. Note that the default limit is 10. |
OCO Orders
Sends in a new OCO.
Connection | |||||||
Symbol | Select or map the trading symbol to send a new OCO. | ||||||
Side | Select the side of order:
| ||||||
Buy | Select the type of the order:
| ||||||
Limit |
| ||||||
Quantity | Enter (map) the quantity of the order. | ||||||
List Client Order ID | Enter (map) the unique ID for the entire order list. | ||||||
ID of the Limit Order | Enter (map) the unique ID for the limit order. | ||||||
Limit Iceberg Quantity | Enter (map) the Limit Iceberg Quantity for the new order. | ||||||
Stop Client Order ID | Enter (map) the Stop Client Order ID for the order. | ||||||
Stop Limit Time In Force | Select the type of Time In Force:
| ||||||
New Order Response Type | Select the order response type:
|
Retrieves a specific OCO based on provided optional parameters.
Connection | |||||||||
Query Type | Select the type of Query to retrieve:
| ||||||||
Query OCO |
| ||||||||
Query All OCO's |
|
Cancels an entire Order list.
Connection | |
Cancel by | Select how you want to cancel the OCO (Trade):
|
Order List ID | Select or map the Order List ID to cancel the entire order list. |
List Client Order ID | Select or map the List Client Order ID to cancel the entire order list. |