BTC-e trade api

버전 1.2.0.0 (12.4 KB) 작성자: Wout Oude Elferink
This BTC-e trade api can be used to automatically trade on btc-e using their api.
다운로드 수: 1.4K
업데이트 날짜: 2014/4/3

라이선스 보기

These matlab files will allow you to use all methods of the btc-e api. These include:
response = GetInfo()
response = TransHistory()
response = TradeHistory('count',2)
response = ActiveOrders()
response = Trade('pair','btc_usd','type','buy','rate',200,'amount',1)
response = CancelOrder('order_id',651389)
ticker_output = realtime_ticker('btc_usd');
The api makes use of a Key and a Secret, please insert your own key and secret
in the btce_call function to make the matlab files work.

The script makes use of the SHA512 algorithm to encode the api calls.

If you like the code, please consider to donate bitcoins to:
16FezyuqQonxc4sp9ft8nYLa9ST2HVM542

Questions or remarks? Post a comment.

인용 양식

Wout Oude Elferink (2024). BTC-e trade api (https://www.mathworks.com/matlabcentral/fileexchange/44890-btc-e-trade-api), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

See update below.

1.1.0.0

BTC-e changed their api url, this caused the script to stop working. This update will solve the issue.

1.0.0.0