Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.61 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.61 KB

CryptoPriceX

GitHub license Made with Python Version

CryptoPriceX is a script that allows you to retrieve the price of a crypto currency on the Binance exchange. It is written in Python and uses the Binance API.

Run Locally

Install dependencies

  $ sudo pip install requests

Start the script

  python3 main.py

API Reference

  GET /api/v3/ticker/price
Parameter Symbols Provided Weight
symbols 1 1
symbol parameter is omitted 2
symbols Any 2

Exemple :

  GET /api/v3/ticker/price?symbol=FLUXBUSD

Response :

{"symbol":"FLUXBUSD","price":"0.51300000"}

Resources

Authors

  • @Jpiix - Version 1.X
  • @Valmar - Version 2.X

License

This project is licensed under the MIT License - see the LICENSE file for details