Skip to content

goncalopp/mexbtcapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Python-MtGox

This is an interface to MtGox's API version 1.

All numbers are returned as integers by default, divide by the currency's multiplier to get a human readable value. Just use the multiplier dict, mtgox.multiplier[three-letter-currency-symbol].

INSTALL

$ python setup.py install

EXAMPLE

import mtgox

mtgox.ticker("USD")
mtgox.multiplier["EUR"]

account = mtgox.Private(key, secret)
account.info()


import mtgox.arrays

numpy_array_of_trades = mtgox.arrays.trades()

Donations: 174fzBxiW2Eiqmdd64CGTdJwLbjU2fxHEY

About

The Multi-Exchange Bitcoin API offers a consistent high-level API across multiple bitcoin exchanges

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages