-
### System information
- **Have I written custom code (as opposed to using zenbot vanilla)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu 16.04
- **Zenbot version**: La…
vea45 updated
6 years ago
-
# Calling BitStamp API using Guzzle – Muya's Blog
[mostly code] musings of a software developer from nairobi 🇰🇪 | learning
[https://blog.muya.co.ke/calling-bitstamp-api-using-guzzle/](https://bl…
-
Hello Gentlemen,
I tried to replace the old Bitstamp API with v2 today.
I only changed the import line:
`import info.bitrich.xchangestream.bitstamp.v2.BitstampStreamingExchange;`
and ever…
-
Bitstamp API seems to refuse requests without user-agent.
I added a fake user-agent around here to make it work again:
https://github.com/kmadac/bitstamp-python-client/blob/35b9a61f3892cc281de8996…
-
Hi! Does `XChange-bitstamp` work correctly?
I'm trying to get transactions
```
ExchangeSpecification exSpec = new BitstampExchange().getDefaultExchangeSpecification();
exSpec.setUserNa…
-
```
c = '12345'
k = 'xxxxx'
s = 'yyyyy'
api.account_balance(c, k, s)
```
```
~/.virtualenvs/bitstamp/lib/python3.6/site-packages/bitstampy/api.py in account_balance(client_id, api_key, api_se…
-
Some of us would like to know where to put in the environmental variables where it says:
---
whether you want to actually execute trades. You must have configured your API keys and bitcoin addresses…
-
API KEYS IMPLEMENTED
The Bitstamp team is pleased to announce that we have implemented API keys on our site.
To access our new API security feature simply go to "Account" and select "Security" from …
-
I have this YAML:
```yaml
Bitstamp:
"XRP address": "rDsbeomae4FXwgQTJp9Rs64Qg9vDiTCdBv"
API:
"BaseUrl": https://www.bitstamp.net/api/v2/
https://guides.github.com/features/ma…
-
I cloned latest git (unstable) version of zenbot.
I did npm install so far no problems then i filled my bistamp key/secret/client id and tried:
./zenbot.sh balance bitstamp.BTC-USD
Bitstamp API…