-
Url:
https://www.binance.com/restapipub.html
Tasks:
- [ ] Tests
- [x] REST Wrapper
- [x] Pair Formatter
- [x] Interface
-
I've been running Depth Cache for a while now. And the code broke two times, these are the errors:
```
node-binance-api.js:280
for ( obj of depth.b ) { //bids
…
-
Why there is no package.json in this repository?
-
Hi,
I first create a call to check /api/v1/ticker/24hr and then try to issue a buy but I get the following error.
`buyObj { symbol: 'APPCBTC',
side: 'BUY',
type: 'LIMIT',
timeInForce: '…
-
First off I'd like to apologize if this is an inappropriate place to put this, but I've tried for hours to figure this out and I can't think of anywhere else to turn. I don't know how to use Python, o…
-
Using:
```csharp
var socketClient = new BittrexSocketClient();
socketClient.SetLogVerbosity(LogVerbosity.Debug);
await socketClient.SubscribeToAllMarketDeltaStreamAsync(...)
```
I keep getting t…
dpyro updated
6 years ago
-
- OS: all
- Programming Language version: all
- CCXT version:
- Exchange: all
- Method: fetch_ticker
> if I run fetch_ticker ($symbol, $params );
it runs the
> $this->load_markets();
…
-
The proxy example you have added currently I believe does something very close to get all the data from exchanges but it's having a few errors. The server is based in Europe and should have no issues …