From cae37ccf4c1b930c86aa4b511c13c8b32756bd6a Mon Sep 17 00:00:00 2001 From: Dario Moceri Date: Fri, 29 Jan 2021 15:49:09 +0100 Subject: [PATCH] Readded get_public_tickers() (I accidentally removed it) --- bfxapi/rest/bfx_rest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bfxapi/rest/bfx_rest.py b/bfxapi/rest/bfx_rest.py index 0b72c95..8dbafc5 100644 --- a/bfxapi/rest/bfx_rest.py +++ b/bfxapi/rest/bfx_rest.py @@ -167,6 +167,7 @@ class BfxRest: """ Get tickers for the given symbols. Tickers shows you the current best bid and ask, as well as the last trade price. + # Attributes @param symbols Array: array of symbols i.e [tBTCUSD, tETHUSD] @return Array [ SYMBOL, BID, BID_SIZE, ASK, ASK_SIZE, DAILY_CHANGE, DAILY_CHANGE_PERC,