campbx

CampBX API Bindings
Download

campbx Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Glen Zangirolami
  • Publisher web site:
  • http://github.com/glenbot/

campbx Tags


campbx Description

campbx is a Python library that provides Python bindings for the CampBX bitcoin trading platform. To obtain API access please see the documenation at CampBX.Note: All endpoints that require authentication are using HTTPS.Installationpip install campbxDocumentationRead the full documentation on ReadTheDocs.Quick UsageThe API does not require a username and password, however you will have limited access to only the public endpoints.Initializing the API:from campbx import CampBXc = CampBX('username', 'password')Getting market ticker:c.xticker(){'Best Ask': '5.17', 'Best Bid': '5.07', 'Last Trade': '5.07'}Check your account balance:c.my_funds(){'Liquid BTC': '0.00000000', 'Liquid USD': '2.19', 'Margin Account BTC': '0.00000000', 'Margin Account USD': '0.00', 'Total BTC': '15.00000000', 'Total USD': '74.58'}Check your open orders:c.my_orders(){'Buy': , 'Sell': }Product's homepage


campbx Related Software