Postman – Importing Binance Collection

What is this?

The Postman is a tool where you can test, share and create API’s documentation.   The users are able to build and save HTTP requests complexes and simple, furthermore, read the return.  A good reason to use this tool is that you are able to reduce the necessary time to test and develop your APIs.

For example: imagine that you need to do a request using the HTTP verb GET, to look for some information from a specific company. Without Postman, you will need to write a whole code to execute this request and it can take a long time. With Postman this task is faster and optimized.

In this article, we will be using Postman to access the functionalities from Binance Exchange.

How to download?

Are two ways to use Postman:

  1. Installing a chrome extension – Access the link and follow the instructions: https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=pt-BR
  2. Installing the desktop version – Acess the official website: https://www.postman.com/downloads/

How to import Binance Collection

Do you have more flexibility when you can check the prices, buy and sell cryptocurrencies without the navigate using the official Binance’s website. For example, using the Postman you may execute your transactions quickly.

The complete step by step are available on https://github.com/binance/binance-api-postman