/binance-api-swagger

The swagger file of Binance public API

Primary LanguageShell

Binance Public API Swagger

This swagger file focus on each endpoints. In this collection, developers can see each endpoint clearly, with all parameters and response data structure.

Including:

  • Market
  • Trade/Account
  • Margin
  • Wallet

How to run

Running local UI instance

# with Docker installed
./start.sh

then open http://localhost:8080

By browser extention

Search these extension for either firefox or chrome

  • Swagger UI
  • Swagger Inspector Extension

In Editor

Some Editor has nice plugin to preview Swagger file.

Who should read this

Developers that are intergrating Binance Public API with client application and need to check details each endpoints.

Where is the API document

- https://github.com/binance-exchange/binance-official-api-docs
- https://binance-docs.github.io/apidocs/spot/en/

How it looks like

Found an issue

Please open an issue ticket in the repo.

License

MIT