Skip to main content

How to Integrate and Test Your API with Postman

Basics of using Postman with your API's.

Updated over 3 weeks ago

Where To Place The API

Now, we want to add the APIs to our Binance library.

  1. For example, let's select 'Binance USDs-M Futures API' - select 'Market' - then 'Check Server Time':


  2. On the top right, expand the dropdown and click on the option 'Binance Perpetual Futures API':


  3. Click on the icon beside the selector. This will open a window where you can introduce your API Keys (Key and Secret):


We can test if the APIs are adequately connected once they are added.


Verify that the API is working correctly

We will make a test call to get the Server Time.

To do it, you must add the 'Binance Perpetual Future API' Library to your collection. Next, we need to open the Check Server Time Endpoint.


The response should be below with the server time in Unix format and 'Status: 200 OK'.

If you receive an error, perhaps the API Keys weren't appropriately introduced, or you didn't select the proper environment. Review this step, 'Where to place the API'.

Tutorial

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.

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

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

Did this answer your question?