Skip to content

CryptoPriceX is a Python script that retrieves cryptocurrency prices from the Binance exchange, making it easy for users to track the value of their favorite crypto assets.

License

Notifications You must be signed in to change notification settings

CalValmar/CryptoPriceX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CryptoPriceX is a Python script that retrieves cryptocurrency prices from the Binance exchange, making it easy for users to track the value of their favorite crypto assets.

Resources

License

Stars

Watchers

Forks

Languages