https://github.com/binance/binance-toolbox-python
Some useful scripts that help users to validate
https://github.com/binance/binance-toolbox-python
binance-api python scripts toolbox
Last synced: about 1 year ago
JSON representation
Some useful scripts that help users to validate
- Host: GitHub
- URL: https://github.com/binance/binance-toolbox-python
- Owner: binance
- Created: 2020-06-22T00:07:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T08:00:47.000Z (over 1 year ago)
- Last Synced: 2025-03-29T19:03:31.704Z (about 1 year ago)
- Topics: binance-api, python, scripts, toolbox
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 105
- Watchers: 7
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binance Toolbox Python
## Preparation
1. It's required to install the `binance-connector` package
```shell
pip install binance-connector
```
2. Some api endpoints requires sending a valid API-Key and signature, so in order for some scripts to work, please set up
your account's api key pair as environment variables.
Note: By default, the scripts uses Testnet's REST and Websocket as base urls.
```shell
export BINANCE_API_KEY=
export BINANCE_API_SECRET=
```
## License
MIT