mirror of
https://github.com/wassname/libcryptomarket.git
synced 2026-09-09 11:25:52 +08:00
typo libcryptomarket to poloniex
This commit is contained in:
@@ -44,7 +44,7 @@ from datetime import datetime
|
||||
import libcryptomarket
|
||||
|
||||
poloniex = libcryptomarket.poloniex()
|
||||
candles = libcryptomarket.fetch_candles(
|
||||
candles = poloniex.fetch_candles(
|
||||
symbol="ETH/BTC",
|
||||
start_time=datetime(2018, 1, 1),
|
||||
end_time=datetime(2018, 1, 30),
|
||||
@@ -58,7 +58,7 @@ from datetime import datetime
|
||||
import libcryptomarket
|
||||
|
||||
poloniex = libcryptomarket.poloniex()
|
||||
candles = libcryptomarket.fetch_latest_candles(
|
||||
candles = poloniex.fetch_latest_candles(
|
||||
symbols=["ETH/BTC", "LTC/BTC"],
|
||||
frequency="30m",
|
||||
frequency_count=5)
|
||||
@@ -87,4 +87,4 @@ request-candles --exchange poloniex --symbols ETH/BTC LTC/BTC --frequency 30m --
|
||||
|
||||
The project is targeting as a core but generic toolkit to query cryptocurrency
|
||||
market, so we are happy if you join to contribute and make it better. Please
|
||||
do not hesitate to contact us (gavincyi at gmail dot com).
|
||||
do not hesitate to contact us (gavincyi at gmail dot com).
|
||||
|
||||
Reference in New Issue
Block a user