Skip to content

Instantly share code, notes, and snippets.

@paulhauner
paulhauner / Poloniex First Trades
Created November 14, 2016 05:11
Poloniex First Trade Times
# first_trades is a dict of the date of the first trade of each market on Poloniex.
# Values are specified as unix timestamps in whatever timezone the Poloniex API assumes.
# If you run into timezone issues, my system is GMT+10 (with daylight saving) when creating this.
#
# This data is very useful if you're attempting to pull the history of Poloniex's trades.
first_trades = dict(
BTC_BCN=1400591380.0,
USDT_NXT=1424337662.0,
BTC_RBY=1404410437.0,