Bitcoin Forum
April 18, 2024, 03:51:45 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: .NET Wrappers for: MtGox API v0, v1, TradeHill  (Read 4945 times)
br00t (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0



View Profile
February 02, 2012, 05:32:44 AM
Last edit: February 02, 2012, 05:44:55 AM by br00t
 #1

MTGOX WRAPPER:

Written in C#, very simple wrapper around v0 and v1 HTTP API. Sorry, streaming API (Socket.io) not yet implemented. This will change shortly!

GitHub (Git):

https://github.com/br00t999/MtGox-Trading-API-Wrapper

CodePlex (TFS, Mercurial, SVN):

https://mtgoxwrapper.codeplex.com/

TRADEHILL WRAPPER:

Written in C#, very simple wrapper around TradeHill HTTP API.

GitHub (Git):

https://github.com/br00t999/TradeHill-Trading-API-Wrapper

CodePlex (TFS, Mercurial, SVN):

https://tradehillwrapper.codeplex.com/

Hope someone finds this helpful!

Coming soon: CAVirtex, CryptoX, Intersango, BTC-e
1713412305
Hero Member
*
Offline Offline

Posts: 1713412305

View Profile Personal Message (Offline)

Ignore
1713412305
Reply with quote  #2

1713412305
Report to moderator
1713412305
Hero Member
*
Offline Offline

Posts: 1713412305

View Profile Personal Message (Offline)

Ignore
1713412305
Reply with quote  #2

1713412305
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713412305
Hero Member
*
Offline Offline

Posts: 1713412305

View Profile Personal Message (Offline)

Ignore
1713412305
Reply with quote  #2

1713412305
Report to moderator
Fireball
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
February 03, 2012, 08:49:24 PM
 #2

There is a nice code by zelyony which supports streaming API.

I can help you with ICBIT's API, which is strictly streaming-only (due to performance reasons).

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
br00t (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0



View Profile
February 07, 2012, 04:57:03 PM
 #3

Hi Fireball!

Sorry for the late reply. We would be very happy to do the ICBit integration :-) Can you please PM me to discuss at your convenience?

Thanks!

br00t
Seal
Donator
Hero Member
*
Offline Offline

Activity: 849
Merit: 1078


View Profile WWW
February 09, 2012, 06:42:24 AM
 #4

Hey br00t, are you trading using these wrappers? Got a trading bot?

DefiDive - Filter the noise
A clean crypto asset management terminal
br00t (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0



View Profile
February 09, 2012, 03:12:43 PM
 #5

Hi Seal,

For a number of reasons, we will not be making our trading bot public (for the time being). We would prefer to focus on contributing tools to the community that can speed innovation and increase adoption of the beloved coin Smiley  We will however, be releasing some sample apps and proper documentation in the very near future so people can start using our libraries without too much digging. If you have projects, suggestions, requests, etc don't hesitate to give us a shout!

Cheers,

br00t
br00t (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0



View Profile
February 09, 2012, 04:21:49 PM
 #6

Hi All,

As promised, just posted first release of MtGoxWrapper to codeplex. This release includes a very simple windows form app which queries the MtGox ticker via the HTTP API at 10-second intervals and displays the results. Changes will be pushed to Github shortly.

https://mtgoxwrapper.codeplex.com/releases/view/82004

Enjoy!

br00t
br00t (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0



View Profile
February 09, 2012, 04:59:46 PM
 #7

Also added new code to github:

https://github.com/br00t999/TradeHill-Trading-API-Wrapper
twa
Full Member
***
Offline Offline

Activity: 320
Merit: 100


BitSong is a decentralized music streaming platfor


View Profile
February 11, 2012, 10:54:24 PM
 #8

I have written a program in .NET which connects to the streaming API via socketio.  If you are interested I can post it here.  It also includes full MtGox authentication using the secret and key.  You can check your balance or make trades while simultaneously viewing a ticker based on the socketio stream.  

Fireball
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
February 12, 2012, 07:58:24 PM
 #9

I have written a program in .NET which connects to the streaming API via socketio.  If you are interested I can post it here.

Cool, please post, it would be useful for ICBIT connector too (as it uses the same socket.io access type, but slightly different data structures).
Does it handle connection failures gracefully? Mt.Gox is known to drop socket.io connections quite often.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
br00t (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0



View Profile
February 21, 2012, 03:35:52 AM
 #10

Fireball clued me into to ru_zelyony's very very nice implementation (see https://socketiowebsockets.codeplex.com/) ... I have started playing around with it. It works as advertised and is quite simple to use. I've integrated it into our code base and we hope to release a little GUI which uses zelyony's socketio implementation and fails over to our (clunky) implementation of the v0/v1 HTTP API if socketio goes belly up. Hoepfully by the end of this week. After that we hope to delve into the ICBit API...

@twa: we'd love to see what you've written as well... the more the merrier...
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!