Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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.
Citation pour cette source
Wout Oude Elferink (2026). BTC-e trade api (https://fr.mathworks.com/matlabcentral/fileexchange/44890-btc-e-trade-api), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Flickr API with OAuth-based user authentication
A inspiré : woulgar/tradesman
Informations générales
- Version 1.2.0.0 (12,4 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 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 |
