SkillAgentSearch skills...

Cryptojp

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

Install / Use

/learn @fxpgr/Cryptojp

README

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)

  • See document :http://cryptojp.readthedocs.io/en/latest/

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() | ✓ | ☓ |

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated8mo ago
Forks8

Languages

Python

Security Score

87/100

Audited on Jul 19, 2025

No findings