Skip to content

Public and Private Trade History

s4w3d0ff edited this page Jun 29, 2017 · 2 revisions

Poloniex has 2 api commands with the same name (returnTradeHistory). To work around this issue, this wrapper uses the names returnTradeHistory for private trade history, and marketTradeHist for public trade history.

Public trade history:

print(polo.marketTradeHist('BTC_ETH'))

Private trade history (requires api keys):

print(polo.returnTradeHistory('BTC_ETH'))
Clone this wiki locally