All Projects → fxpgr → cryptojp

fxpgr / cryptojp

Licence: MIT License
cryptojp is a Python2 and Python3 client for crypto coin trade. Binance/Poloniex/Hitbtc/Bitflyer etc...

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to cryptojp

BitView
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Stars: ✭ 50 (+127.27%)
Mutual labels:  exchange, binance, hitbtc
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (+509.09%)
Mutual labels:  exchange, poloniex, binance
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (+368.18%)
Mutual labels:  exchange, poloniex, binance
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+11668.18%)
Mutual labels:  exchange, binance, hitbtc
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (+540.91%)
Mutual labels:  exchange, poloniex, binance
cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (+336.36%)
Mutual labels:  exchange, binance, hitbtc
trader
a ping pong and maker/taker order bot for trading cryptocurrency on Waves Exchange, Poloniex, Bittrex, and Binance
Stars: ✭ 23 (+4.55%)
Mutual labels:  exchange, poloniex, binance
Gbot Trader
Trading robot for trade on crypto exchanges
Stars: ✭ 222 (+909.09%)
Mutual labels:  exchange, poloniex
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (+936.36%)
Mutual labels:  exchange, binance
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+1095.45%)
Mutual labels:  exchange, binance
bitcointaxer
Crypto-TAX Gain/Loss Calculator
Stars: ✭ 33 (+50%)
Mutual labels:  poloniex, binance
binance-signature-examples
Examples of generating HMAC and RSA signature for Binance API
Stars: ✭ 170 (+672.73%)
Mutual labels:  exchange, binance
binance-pump-bot
Automation for Binance p&d(pump and dump) activity, ensures fastest purchase and provides auto selling functionality to lockdown profit during these events.
Stars: ✭ 112 (+409.09%)
Mutual labels:  exchange, binance
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (+995.45%)
Mutual labels:  exchange, poloniex
Welcome
Welcome to PTDefender
Stars: ✭ 27 (+22.73%)
Mutual labels:  poloniex, binance
binance-client-websocket
🛠️ C# client for Binance websocket API
Stars: ✭ 41 (+86.36%)
Mutual labels:  exchange, binance
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (+18.18%)
Mutual labels:  poloniex, binance
price-prediction-bot
🔮 Run backtest over PancakeSwap and CandleGenie Prediction and place realtime bets - Trading Bot
Stars: ✭ 59 (+168.18%)
Mutual labels:  exchange, binance
Tardis Node
Convenient access to tick-level real-time and historical cryptocurrency market data via Node.js
Stars: ✭ 126 (+472.73%)
Mutual labels:  exchange, binance
Coinnect
Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.
Stars: ✭ 130 (+490.91%)
Mutual labels:  exchange, poloniex

cryptojp

made-with-python PyPI pyversions Build Status Coverage Status Maintenance PyPI status

  • == Python client for cryptocoin exchanges
  • cryptojp is a python client for crypto coin trade.
  • You can use this library on Python2/3.
  • welcome your contributions.
  • document :http://cryptojp.readthedocs.io/en/latest/

HOW TO install

pip install cryptojp

or

pip install git+https://github.com/fxpgr/cryptojp

HOW TO USE

Initalizing

from cryptojp import NewExchange
 
APIKEY = "YOUR_API_KEY"
SECRET_KEY = "YOUR_SECRET_KEY"

binance = NewExchange("binance", APIKEY, SECRET_KEY)
poloniex = NewExchange("poloniex", APIKEY, SECRET_KEY)


Exchanges

Bitflyer Coincheck Btcbox Quoine Kraken Hitbtc Binance
ticker()
markets()
settlements()
board()
order()
balance()
get_open_orders()
cancel_order()
get_fee()
Poloniex Bitfinex
ticker()
markets()
settlements()
board()
order()
balance()
get_open_orders()
cancel_order()
get_fee()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].