Finance::MtGox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Bitcoinomy (talk | contribs) update tense. mtgox closed six months ago |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
A Perl module which interfaces with the [[MtGox#API|Mt. Gox API]]. It supports both the legacy API and the "key-secret" API (v0). | A Perl module which interfaces with the now defunct [[MtGox#API|Mt. Gox API]]. It supports both the legacy API and the "key-secret" API (v0). | ||
This [[:Category:Open Source|open source]] tool is useful to merchants as it helps determine "market clearing rate". This technique is needed because the number of units offered at the "best bid" or "best ask" are inadequate for a trade of size to execute. Thus the market clearing rate determines the weighted price for the entire trade to execute. | This [[:Category:Open Source|open source]] tool is useful to merchants as it helps determine "market clearing rate". This technique is needed because the number of units offered at the "best bid" or "best ask" are inadequate for a trade of size to execute. Thus the market clearing rate determines the weighted price for the entire trade to execute. | ||
Line 20: | Line 20: | ||
[[Category:License/MIT-X11]] | [[Category:License/MIT-X11]] | ||
[[Category:Open Source]] | [[Category:Open Source]] | ||
Latest revision as of 17:47, 12 June 2014
A Perl module which interfaces with the now defunct Mt. Gox API. It supports both the legacy API and the "key-secret" API (v0).
This open source tool is useful to merchants as it helps determine "market clearing rate". This technique is needed because the number of units offered at the "best bid" or "best ask" are inadequate for a trade of size to execute. Thus the market clearing rate determines the weighted price for the entire trade to execute.
The module was written by the operator of CoinPal and CoinCard and was announced on February 9, 2011[1]
See Also
External Links
- MtGox API Perl module on CPAN
- Finance-MtGox project on GitHub.