Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goncalopp/mexbtcapi
The Multi-Exchange Bitcoin API offers a consistent high-level API across multiple bitcoin exchanges
https://github.com/goncalopp/mexbtcapi
bitcoin currency-api currency-conversion currency-exchange exchange exchange-rates money python
Last synced: 3 months ago
JSON representation
The Multi-Exchange Bitcoin API offers a consistent high-level API across multiple bitcoin exchanges
- Host: GitHub
- URL: https://github.com/goncalopp/mexbtcapi
- Owner: goncalopp
- Created: 2012-09-29T00:26:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T18:56:39.000Z (11 months ago)
- Last Synced: 2024-10-12T16:26:56.088Z (3 months ago)
- Topics: bitcoin, currency-api, currency-conversion, currency-exchange, exchange, exchange-rates, money, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 43
- Watchers: 12
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 mtgoxmtgox.ticker("USD")
mtgox.multiplier["EUR"]account = mtgox.Private(key, secret)
account.info()import mtgox.arrays
numpy_array_of_trades = mtgox.arrays.trades()
```Donations: 174fzBxiW2Eiqmdd64CGTdJwLbjU2fxHEY