Trade using API Keys in Postman

Basics of using Postman with your API's.

Updated over a week ago

Trade using API Keys in Postman


Let's open an actual order in Binance!

First, you need to have the Binance library in your workspace and have the API Keys introduced. All of the steps are listed here:

'How To Install Postman and Add Binance Collections'

'Where To Place The API'

To open a futures position, we must select under 'Binance Perpetual Futures', the folder 'Order', and then 'New Order'. This will open a list of parameters on the right side to be introduced as a symbol, price, etc:

We need to determine which parameters we will use for our position. In this case, we're using the following:

symbol=ROSEUSDT

side=BUY

type=LIMIT

timeInForce=GTC

quantity=180

price=0.028 (current price: 0.03634 USDT)

For testing purposes, it's better to use 'limit' and 'price' under the current price with some margin.

(It is necessary to uncheck all the parameters that we are not using)

To send the order, click on 'send'. If placed successfully, you will see information about the order at the bottom:

Disclaimer:

The information provided in this guide is for general informational purposes only. We do not make any representations or warranties, express or implied, about the completeness, accuracy, reliability, suitability, or availability of the website https://www.postman.com/.

Therefore, any reliance on such information is strictly at your own risk.

ZIGDAO doesn't provide customer service for https://www.postman.com/. Get in touch with their support team here if you need assistance.

ZIGDAO will not be liable for any direct, indirect, incidental, or consequential loss or damage from this tool.

Did this answer your question?