'Where to find further explanation for Binance API endpoints?

I'm trying to understand the dynamics of how Binance API works and it's been a while now since I started navigating through the Official Binance API Docs. The problem is that the documentation doesn't explain neither the parameters of the API end points nor the server response.

For Example, the documentation for placing margin orders only shows an example of the server response message without any explanation of what the response fields actually mean and what are the possible values for each field and how they are calculated (such as status and timeInForce fields).

Does anyone know where can I find a detailed explanation for these API calls?



Solution 1:[1]

You can find official Binance REST API documentation here

You can use a python binance-client packege for almost every task.

A better package named ccxt can also be used for binance api interaction

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ninja Coder