mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 09:18:08 +00:00
commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
- [Builtin Rate Limiting Long Poller](./examples/py/)
|
||||
|
||||
|
||||
```python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
import ccxt # noqa: E402
|
||||
|
||||
|
||||
exchange = ccxt.bitfinex()
|
||||
|
||||
for i in range(0, 10):
|
||||
# this can be any call instead of fetch_ticker, really
|
||||
print(exchange.fetch_ticker('BTC/USD'))
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user