viniser / binance-toolbox-python

Some useful scripts that help users to validate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance Toolbox

Contains simple scripts to help the API users validate REST and STREAMING API endpoints. The scripts can be for Spot or Futures product, please go to the respective directory's README.md to see the requirements and each script's description.

Current structure:

.
├── README.md
├── coin_futures
│   ├── README.md
│   └── test_user_data_stream_request.py
└── spot
    ├── README.md
    ├── check_order_update_latency.py
    ├── config.py
    ├── list_break_symbols.py
    ├── manage_orderbook.py
    └── place_order.py

About

Some useful scripts that help users to validate


Languages

Language:Python 100.0%