Skip to content
/ BiPy Public

The Binance Python API returns odd types when requesting crypto market data... Wrapping it up and creating my own gateway

Notifications You must be signed in to change notification settings

SK8gh/BiPy

Repository files navigation

BiPy

When one wants to request cryptocurrency data, a useful tool to use is the Binance Python API. At start, it can be complicated to use, especially due to the odd format of the returned object.

Format comparison

Binance request format
Wrapper request format (Pandas dataframe)

This script implements the following components:
  • Binance wrapper: Returns the requested data in a clearer format.
  • Tests of the wrapper.
  • A Flask application implementing a gateway between a requester and the Binance API.
  • Gateway tests.

About

The Binance Python API returns odd types when requesting crypto market data... Wrapping it up and creating my own gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages