Readded get_public_tickers() (I accidentally removed it)

This commit is contained in:
Dario Moceri
2021-01-29 15:49:09 +01:00
parent d172bf620b
commit cae37ccf4c

View File

@@ -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<string>: array of symbols i.e [tBTCUSD, tETHUSD]
@return Array [ SYMBOL, BID, BID_SIZE, ASK, ASK_SIZE, DAILY_CHANGE, DAILY_CHANGE_PERC,