Bitcoin Forum
June 25, 2024, 09:36:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: C++/CLI Library for BTC-E.com Trade API  (Read 2540 times)
PoorGirl (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0



View Profile
August 06, 2012, 04:46:02 AM
 #1

http://pastebin.com/YvxmCRL9

Use:

Quote
#include "btc-e_api.h"

using namespace System;

int main(array<System::String ^> ^args)
{
    String^ api_key    = "***";
    String^ api_secret = "***";
   
    BTCEBOT::btc_e_api::Init(api_key, api_secret);
   
    String^ info = BTCEBOT::btc_e_api::Check();
   
    Console::WriteLine("Result: " + info);

    return 0;
}
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
August 06, 2012, 04:52:23 AM
 #2

Oh man. I was trying to read your code but that avatar keeps distracting me. Smiley

PoorGirl (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0



View Profile
August 06, 2012, 04:53:02 AM
 #3

Thx  Grin
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!