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.
Install dependencies
$ sudo pip install requests
Start the script
python3 main.py
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"}
- @Jpiix - Version 1.X
- @Valmar - Version 2.X
This project is licensed under the MIT License - see the LICENSE file for details