Difference between revisions of "Finance::MtGox"

From Bitcoin Wiki
Jump to: navigation, search
m (Fix link, uppercase.)
(update tense. mtgox closed six months ago)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
A Perl module which interfaces with the [[MtGox#API|Mt. Gox API]].  
+
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]] 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.
  
The module was written by the operator of [[CoinPal]] and [[CoinCard]] and was announced on February 9, 2011<ref>[http://www.bitcoin.org/smf/index.php?topic=3287.0 MtGox API Perl module]</ref>
+
The module was written by the operator of [[CoinPal]] and [[CoinCard]] and was announced on February 9, 2011<ref>[http://www.bitcointalk.org/index.php?topic=3287.0 MtGox API Perl module]</ref>
 +
 
 +
==See Also==
 +
 
 +
* [[MtGox/API]]
  
 
==External Links==
 
==External Links==
  
 
* [http://search.cpan.org/perldoc?Finance::MtGox MtGox API Perl module] on CPAN
 
* [http://search.cpan.org/perldoc?Finance::MtGox MtGox API Perl module] on CPAN
* [https://github.com/mndrix/Finance-MtGox Finance-MtGox] project on GitHub.
+
* [http://github.com/mndrix/Finance-MtGox Finance-MtGox] project on GitHub.
  
 
==References==
 
==References==
 
<references />
 
<references />
  
 +
[[Category:Free Software]]
 +
[[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

References