Bitcoin Forum
May 14, 2024, 08:22:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANNOUNCE] WebService::MtGox - a Perl wrapper around MtGox's API  (Read 2401 times)
beppu (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 27, 2011, 05:06:51 AM
 #1

WebService::MtGox

https://github.com/beppu/webservice-mtgox

http://search.cpan.org/~beppu/WebService-MtGox/

If you want to use MtGox's Bitcoin Trading API via Perl, this is the module for you.

 Smiley
1715674928
Hero Member
*
Offline Offline

Posts: 1715674928

View Profile Personal Message (Offline)

Ignore
1715674928
Reply with quote  #2

1715674928
Report to moderator
1715674928
Hero Member
*
Offline Offline

Posts: 1715674928

View Profile Personal Message (Offline)

Ignore
1715674928
Reply with quote  #2

1715674928
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715674928
Hero Member
*
Offline Offline

Posts: 1715674928

View Profile Personal Message (Offline)

Ignore
1715674928
Reply with quote  #2

1715674928
Report to moderator
beppu (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 09, 2011, 12:02:27 PM
 #2

I've released version 0.05 of WebService::MtGox.

This release may be of interest to the wider (non-Perl-using) community, because it comes with a command line client called mg that lets you play with MtGox's API from the comfort of your favorite $SHELL.

Code:
Usage:
      mg <COMMAND> [OPTION]...

Options:
    ticker
      Get ticker.

    depth
      Get trading depth.

    trades
      Get recent trades.

    balance
      Get your balance.

    buy
      Buy some bitcoins.

      --amount=NUMBER
      --price=NUMBER

    sell
      Sell some bitcoins.

      --amount=NUMBER
      --price=NUMBER

    ls
    list
      List your orders.

    cancel
      Cancel an order.

      --oid=ID
          The order id.

      --type=NUMBER
          The type may be 1 for buy or 2 for sell.

    send
      Send bitcoins from your MtGox account to a bitcoin address.

      --amount=NUMBER
      --address=BITCOIN_ADDRESS

    usd [BITCOINS]
      Display the total value of your balance in US Dollars. You can also
      use this to find the value of an arbitrary amount of bitcoins in US
      Dollars.

        # How much is 1000 btc worth in US Dollars?
        mg usd 1000

    btc [USD]
      Display the total value of your balance in bitcoins. You can also use
      this to find the value of an arbitrary amount of US Dollars in
      bitcoins.

        # How much is $400 worth in bitcoins?
        mg btc 400


If you are new to Perl, I suggest using cpanm to install this module.

Code:
cpanm WebService::MtGox

Also, check out the future of CPAN:

http://beta.metacpan.org/module/WebService::MtGox
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!